diff options
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 65da9ff5..9bd89647 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -54,11 +54,11 @@ bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster # group bind = $mainMod, G, togglegroup -bind = $mainMod SHIFT, tab, changegroupactive #change focus to another window +bind = $mainMod CTRL, tab, changegroupactive #change focus to another window # Cycle windows if floating bring to top -bind = ALT,Tab,cyclenext -bind = ALT,Tab,bringactivetotop +bind = ALT, tab, cyclenext +bind = ALT, tab, bringactivetotop # Special Keys / Hot Keys bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up |
