diff --git a/glasshouse-desktop/home/hyprland/config.nix b/glasshouse-desktop/home/hyprland/config.nix index 53d5f7b..b499170 100644 --- a/glasshouse-desktop/home/hyprland/config.nix +++ b/glasshouse-desktop/home/hyprland/config.nix @@ -117,60 +117,60 @@ ]; bind = [ - "$mainMod, up, exec, pactl set-sink-volume @default_sink@ +10%" - "$mainMod, down, exec, pactl set-sink-volume @default_sink@ -10%" - "$mainMod, print, exec, grimblast copy area" - "$mainMod, a, exec, $browser" - "$mainMod, q, exec, $terminal --title Kitty" - "$mainMod, d, exec, /home/pagedmov/coding/scripts/switchmon.sh" - "$mainMod, c, killactive," - "$mainMod shift, q, exit," - "$mainMod, m, exec, $menu" - "$mainMod, e, exec, $filemanager" - "$mainMod, r, exec, neovide" - "$mainMod, p, pseudo, # dwindle" - "$mainMod, b, togglesplit, # dwindle" - "$mainMod, f, togglefloating" - "$mainMod, g, fullscreen" - "$mainMod, home, exec, /home/pagedmov/scripts/home.sh" - "$mainMod, h, movefocus, l" - "$mainMod, l, movefocus, r" - "$mainMod, k, movefocus, u" - "$mainMod, j, movefocus, d" - "$mainMod, 1, exec, hyprctl 'dispatch workspace 1'" - "$mainMod, 2, exec, hyprctl 'dispatch workspace 2'" - "$mainMod, 3, exec, hyprctl 'dispatch workspace 3'" - "$mainMod, 4, exec, hyprctl 'dispatch workspace 4'" - "$mainMod, 5, exec, hyprctl 'dispatch workspace 5'" - "$mainMod, 6, exec, hyprctl 'dispatch workspace 6'" - "$mainMod, 7, exec, hyprctl 'dispatch workspace 7'" - "$mainMod, 8, exec, hyprctl 'dispatch workspace 8'" - "$mainMod, 9, exec, hyprctl 'dispatch workspace 9'" - "$mainMod, 0, exec, hyprctl 'dispatch workspace 10'" - "$mainMod alt, g, togglegroup" - "$mainMod alt, h, changegroupactive, b" - "$mainMod alt, l, changegroupactive, f" - "$mainMod shift, h, movewindoworgroup, l" - "$mainMod shift, l, movewindoworgroup, r" - "$mainMod shift, k, movewindoworgroup, u" - "$mainMod shift, j, movewindoworgroup, d" - "$mainMod shift, 1, movetoworkspace, 1" - "$mainMod shift, 2, movetoworkspace, 2" - "$mainMod shift, 3, movetoworkspace, 3" - "$mainMod shift, 4, movetoworkspace, 4" - "$mainMod shift, 5, movetoworkspace, 5" - "$mainMod shift, 6, movetoworkspace, 6" - "$mainMod shift, 7, movetoworkspace, 7" - "$mainMod shift, 8, movetoworkspace, 8" - "$mainMod shift, 9, movetoworkspace, 9" - "$mainMod shift, 0, movetoworkspace, 10" - "$mainMod, s, togglespecialworkspace, magic" - "$mainMod shift, s, movetoworkspace, special:magic" + "super, up, exec, pactl set-sink-volume @default_sink@ +10%" + "super, down, exec, pactl set-sink-volume @default_sink@ -10%" + "super, print, exec, grimblast copy area" + "super, a, exec, $browser" + "super, q, exec, $terminal --title Kitty" + "super, d, exec, /home/pagedmov/coding/scripts/switchmon.sh" + "super, c, killactive," + "super shift, q, exit," + "super, m, exec, $menu" + "super, e, exec, $filemanager" + "super, r, exec, neovide" + "super, p, pseudo, # dwindle" + "super, b, togglesplit, # dwindle" + "super, f, togglefloating" + "super, g, fullscreen" + "super, home, exec, /home/pagedmov/scripts/home.sh" + "super, h, movefocus, l" + "super, l, movefocus, r" + "super, k, movefocus, u" + "super, j, movefocus, d" + "super, 1, exec, hyprctl 'dispatch workspace 1'" + "super, 2, exec, hyprctl 'dispatch workspace 2'" + "super, 3, exec, hyprctl 'dispatch workspace 3'" + "super, 4, exec, hyprctl 'dispatch workspace 4'" + "super, 5, exec, hyprctl 'dispatch workspace 5'" + "super, 6, exec, hyprctl 'dispatch workspace 6'" + "super, 7, exec, hyprctl 'dispatch workspace 7'" + "super, 8, exec, hyprctl 'dispatch workspace 8'" + "super, 9, exec, hyprctl 'dispatch workspace 9'" + "super, 0, exec, hyprctl 'dispatch workspace 10'" + "super alt, g, togglegroup" + "super alt, h, changegroupactive, b" + "super alt, l, changegroupactive, f" + "super shift, h, movewindoworgroup, l" + "super shift, l, movewindoworgroup, r" + "super shift, k, movewindoworgroup, u" + "super shift, j, movewindoworgroup, d" + "super shift, 1, movetoworkspace, 1" + "super shift, 2, movetoworkspace, 2" + "super shift, 3, movetoworkspace, 3" + "super shift, 4, movetoworkspace, 4" + "super shift, 5, movetoworkspace, 5" + "super shift, 6, movetoworkspace, 6" + "super shift, 7, movetoworkspace, 7" + "super shift, 8, movetoworkspace, 8" + "super shift, 9, movetoworkspace, 9" + "super shift, 0, movetoworkspace, 10" + "super, s, togglespecialworkspace, magic" + "super shift, s, movetoworkspace, special:magic" "alt, grave, togglespecialworkspace, console" - "$mainMod, mouse_down, workspace, e+1" - "$mainMod, mouse_up, workspace, e-1" - "$mainMod, mouse:272, movewindow" - "$mainMod, mouse:273, resizewindow" + "super, mouse_down, workspace, e+1" + "super, mouse_up, workspace, e-1" + "super, mouse:272, movewindow" + "super, mouse:273, resizewindow" ]; }; };