added wsaction
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user