Commit for generation 223

This commit is contained in:
2024-10-10 04:27:21 -04:00
parent 076ebbee3d
commit 30dbd2edf6

View File

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