add window group keybinds to hyprland config
parent
8c37747569
commit
add905ffcd
|
@ -20,7 +20,7 @@ monitor=,preferred,auto,1
|
||||||
|
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
# exec-once = waybar & hyprpaper & firefox
|
||||||
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
|
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
@ -125,6 +125,10 @@ bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod, R, exec, bemenu-run
|
bind = $mainMod, R, exec, bemenu-run
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, V, togglesplit, # dwindle
|
bind = $mainMod, V, togglesplit, # dwindle
|
||||||
|
bind = $mainMod, G, togglegroup, # dwindle
|
||||||
|
bind = $mainMod, K, changegroupactive, f # dwindle
|
||||||
|
bind = $mainMod, J, changegroupactive, b # dwindle
|
||||||
|
|
||||||
|
|
||||||
bind = ,XF86AudioLowerVolume,exec, vol.sh -d 0.02
|
bind = ,XF86AudioLowerVolume,exec, vol.sh -d 0.02
|
||||||
bind = ,XF86AudioRaiseVolume,exec, vol.sh -i 0.02
|
bind = ,XF86AudioRaiseVolume,exec, vol.sh -i 0.02
|
||||||
|
@ -132,6 +136,8 @@ bind = ,XF86AudioMute,exec, vol.sh --toggle-mute
|
||||||
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
bind = ,XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||||
bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
bind = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||||
bind = $mainMod SHIFT, S, exec, ss.sh -s
|
bind = $mainMod SHIFT, S, exec, ss.sh -s
|
||||||
|
bind = $mainMod,W,exec,laptopscr.sh -on
|
||||||
|
bind = $mainMod SHIFT,W,exec,laptopscr.sh -off
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, H, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
|
|
Loading…
Reference in New Issue