2023-11-20 01:31:41 -08:00
|
|
|
$mainMod = SUPER
|
|
|
|
|
|
|
|
|
|
# Exec programs
|
2024-04-09 15:07:17 -07:00
|
|
|
bind = $mainMod, return, exec, kitty
|
2023-11-20 01:31:41 -08:00
|
|
|
bind = $mainMod SHIFT, return, exec, rofi -show run
|
2024-02-16 21:29:53 -08:00
|
|
|
bind = $mainMod, P, exec, grimblast --freeze copy area
|
|
|
|
|
bind = $mainMod SHIFT, P, exec, grimblast --freeze copysave area
|
2023-11-20 01:31:41 -08:00
|
|
|
|
|
|
|
|
# Hyprland Management
|
|
|
|
|
bind = $mainMod SHIFT, Q, exit,
|
|
|
|
|
|
|
|
|
|
# Workspace / Monitor Management
|
|
|
|
|
bind = $mainMod, h, focusmonitor, l
|
|
|
|
|
bind = $mainMod, l, focusmonitor, r
|
|
|
|
|
bind = $mainMod, j, cyclenext,
|
|
|
|
|
bind = $mainMod, k, cyclenext, prev
|
2024-01-20 14:03:54 -08:00
|
|
|
bind = $mainMod SHIFT, j, swapnext,
|
|
|
|
|
bind = $mainMod SHIFT, k, swapnext, prev
|
|
|
|
|
bind = $mainMod SHIFT, h, movecurrentworkspacetomonitor, -1
|
|
|
|
|
bind = $mainMod SHIFT, l, movecurrentworkspacetomonitor, +1
|
|
|
|
|
|
|
|
|
|
bind = $mainMod, 1, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh home
|
|
|
|
|
bind = $mainMod, 2, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh web
|
|
|
|
|
bind = $mainMod, 3, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh med
|
|
|
|
|
bind = $mainMod, 4, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh game
|
|
|
|
|
binde = $mainMod, 5, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh etc
|
2024-03-16 11:10:22 -07:00
|
|
|
binde = $mainMod, _, exec, $XDG_CONFIG_HOME/hypr/scripts/changeprimary.xsh hell
|
2024-01-20 14:03:54 -08:00
|
|
|
binde = $mainMod, TAB, exec, $XDG_CONFIG_HOME/hypr/scripts/changesecondary.xsh
|
2023-11-20 01:31:41 -08:00
|
|
|
|
2024-02-16 21:29:53 -08:00
|
|
|
bind = $mainMod, m, togglespecialworkspace, mus
|
|
|
|
|
bind = $mainMod, i, togglespecialworkspace, scratch
|
|
|
|
|
|
2023-11-20 01:31:41 -08:00
|
|
|
# Window Management
|
|
|
|
|
bind = $mainMod, C, killactive,
|
|
|
|
|
|
|
|
|
|
bind = $mainMod, F, togglefloating,
|
|
|
|
|
bind = $mainMod SHIFT, F, fullscreen,
|
|
|
|
|
|
2024-01-20 14:03:54 -08:00
|
|
|
bind = $mainMod SHIFT, 1, movetoworkspacesilent, name:home
|
|
|
|
|
bind = $mainMod SHIFT, 2, movetoworkspacesilent, name:web
|
|
|
|
|
bind = $mainMod SHIFT, 3, movetoworkspacesilent, name:med
|
2024-04-16 04:39:03 -07:00
|
|
|
bind = $mainMod SHIFT, 4, movetoworkspacesilent, name:game
|
2024-03-16 11:10:22 -07:00
|
|
|
bind = $mainMod SHIFT, _, movetoworkspacesilent, name:hell
|
2024-01-20 14:03:54 -08:00
|
|
|
bind = $mainMod SHIFT, TAB, movetoworkspacesilent, r-1
|
2023-11-20 01:31:41 -08:00
|
|
|
|
|
|
|
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
|
|
|
|
bindm = $mainMod, mouse:272, movewindow
|
|
|
|
|
bindm = $mainMod, mouse:273, resizewindow
|