diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 02:24:33 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 02:24:33 +0900 |
| commit | 467250d12a88c99a5ea8db3e3f9d86efb47b5b5c (patch) | |
| tree | 5d5aaf00f996b1c462a794b8d0f94c39f0ebf2b5 /config/hypr/configs/Keybinds.conf | |
| parent | 939328fe35a1648b7f7bbc1f7d261520db6d0e62 (diff) | |
modified / added some keybinds
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 6c034562..c1f70c5e 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/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 |
