added wsaction

This commit is contained in:
kenji
2025-07-08 09:56:59 -05:00
parent 3a75206afb
commit 8151c56cc4
2 changed files with 26 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,7 @@
{myConfig, ...}: {
home.file.".config/hypr/scripts" = {
source = builtins.toPath ./scripts;
};
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
@@ -190,7 +193,7 @@
i: let
ws = i + 1;
in [
"$mod, ${toString ws}, workspace, ${toString ws}"
"$mod, ${toString ws}, exec, $wsaction workspace, ${toString ws}"
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
]
)
@@ -224,6 +227,7 @@
bindi = [
"Super, Super_L, global, caelestia:launcher"
# "$mod, Space, global, caelestia:launcher"
];
bindin = [