Hyprland: better bindings
This commit is contained in:
parent
3ae8c4cb59
commit
e271fa472d
1 changed files with 214 additions and 199 deletions
|
|
@ -26,7 +26,9 @@
|
||||||
Description = "Run ";
|
Description = "Run ";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."hypr/hyprland.conf".text =
|
xdg.configFile."hypr/hyprland.conf" = {
|
||||||
|
onChange = "hyprctl reload";
|
||||||
|
text =
|
||||||
let
|
let
|
||||||
strPalette = pkgs.lib.nix-rice.palette.toRgbaShortHex pkgs.rice.colorPalette;
|
strPalette = pkgs.lib.nix-rice.palette.toRgbaShortHex pkgs.rice.colorPalette;
|
||||||
in
|
in
|
||||||
|
|
@ -237,6 +239,18 @@
|
||||||
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
||||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
|
# Move workspace to monitor with mainMod + SHIFT + CTRL + [0-9]
|
||||||
|
bind = SUPER SHIFT CTRL, 1, movecurrentworkspacetomonitor, 0
|
||||||
|
bind = SUPER SHIFT CTRL, 2, movecurrentworkspacetomonitor, 1
|
||||||
|
bind = SUPER SHIFT CTRL, 3, movecurrentworkspacetomonitor, 2
|
||||||
|
bind = SUPER SHIFT CTRL, 4, movecurrentworkspacetomonitor, 3
|
||||||
|
bind = SUPER SHIFT CTRL, 5, movecurrentworkspacetomonitor, 4
|
||||||
|
bind = SUPER SHIFT CTRL, 6, movecurrentworkspacetomonitor, 5
|
||||||
|
bind = SUPER SHIFT CTRL, 7, movecurrentworkspacetomonitor, 6
|
||||||
|
bind = SUPER SHIFT CTRL, 8, movecurrentworkspacetomonitor, 7
|
||||||
|
bind = SUPER SHIFT CTRL, 9, movecurrentworkspacetomonitor, 8
|
||||||
|
bind = SUPER SHIFT CTRL, 0, movecurrentworkspacetomonitor, 9
|
||||||
|
|
||||||
bind = ALT, Tab, cyclenext
|
bind = ALT, Tab, cyclenext
|
||||||
bind = ALT SHIFT, Tab, cyclenext, prev
|
bind = ALT SHIFT, Tab, cyclenext, prev
|
||||||
|
|
||||||
|
|
@ -265,4 +279,5 @@
|
||||||
bind = , XF86MonBrightnessUp, exec, brillo -A 10
|
bind = , XF86MonBrightnessUp, exec, brillo -A 10
|
||||||
bind = , XF86MonBrightnessDown, exec, brillo -U 10
|
bind = , XF86MonBrightnessDown, exec, brillo -U 10
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue