|
|
|
|
@ -22,14 +22,15 @@ $volume = $scriptsDir/Volume.sh
|
|
|
|
|
$waybar = $scriptsDir/Waybar.sh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind = SUPER, Y, exec, rofi -show run -theme |
|
|
|
|
|
|
|
|
|
# see https://wiki.hyprland.org/Configuring/Binds/ for more |
|
|
|
|
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 |
|
|
|
|
bind = $mainMod SHIFT, C, exec, hyprctl reload |
|
|
|
|
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser |
|
|
|
|
#bind = CTRL, D, exec, pkill rofi || rofi -dmenu |
|
|
|
|
bind = $mainMod SHIFT, Q, killactive, |
|
|
|
|
bind = $mainMod SHIFT, Space, togglefloating, |
|
|
|
|
bind = $mainMod SHIFT, F, togglefloating, |
|
|
|
|
bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat |
|
|
|
|
bind = $mainMod, F, fullscreen |
|
|
|
|
bind = $mainMod, Q, killactive, |
|
|
|
|
bind = $mainMod, Return, exec, $term |
|
|
|
|
@ -61,7 +62,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
|
|
|
|
bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster |
|
|
|
|
bind = $mainMod, Space, exec, $scriptsDir/ChangeLayout.sh |
|
|
|
|
bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh |
|
|
|
|
bind = $mainMod SHIFT, F, exec, hyprctl dispatch workspaceopt allfloat |
|
|
|
|
|
|
|
|
|
# group |
|
|
|
|
bind = $mainMod, G, togglegroup |
|
|
|
|
bind = $mainMod, tab, workspace, m+1 |
|
|
|
|
|