Browse Source

modified / added some keybinds

pull/309/head^2
JaKooLit 2 years ago
parent
commit
467250d12a
  1. 6
      config/hypr/configs/Keybinds.conf

6
config/hypr/configs/Keybinds.conf

@ -52,7 +52,11 @@ bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster
# group
bind = $mainMod, G, togglegroup
bind = ALT, tab, changegroupactive #change focus to another window
bind = $mainMod SHIFT, tab, changegroupactive #change focus to another window
# Cycle windows if floating bring to top
bind = ALT,Tab,cyclenext
bind = ALT,Tab,bringactivetotop
# Special Keys / Hot Keys
bindl = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up

Loading…
Cancel
Save