feat(hyprland): add floating toggle
This commit is contained in:
parent
5716c2eee9
commit
ae5776d7be
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
|||
"$mod SHIFT, P, exec, ${config.programs.rofi.package}/bin/rofi -show p -modi p:${pkgs.rofi-power-menu}/bin/rofi-power-menu"
|
||||
"$mod, P, exec, ${pkgs.cliphist}/bin/cliphist wipe & ${pkgs.hyprlock}/bin/hyprlock"
|
||||
"$mod SHIFT, C, exec, hyprctl reload"
|
||||
"$mod SHIFT, space, togglefloating"
|
||||
"$mod, left, movefocus, l"
|
||||
"$mod, right, movefocus, r"
|
||||
"$mod, up, movefocus, u"
|
||||
|
|
Loading…
Add table
Reference in a new issue