add window group keybinds to hyprland config

master
Alex 2022-11-19 16:34:12 -06:00
parent 8c37747569
commit add905ffcd
1 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,7 @@ monitor=,preferred,auto,1
# Execute your favorite apps at launch
# 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 = ~/.config/hypr/myColors.conf
@ -125,6 +125,10 @@ bind = $mainMod, F, togglefloating,
bind = $mainMod, R, exec, bemenu-run
bind = $mainMod, P, pseudo, # 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 = ,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 = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+
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
bind = $mainMod, H, movefocus, l