diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:45:52 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:45:52 -0500 |
commit | e8313cb6bcb2718d4c960fbe350e490ba15cb0a3 (patch) | |
tree | 537881a818b9494c5fe30591ea5d72402d667b56 | |
parent | 5580dc2a23376198ebbcdf7156e1ad285158e4ba (diff) |
Add group binds to hyprland
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f3a9393..740a50e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -253,6 +253,12 @@ bind = $mainMod+SHIFT, R, layoutmsg, colresize +conf #HYPRSCROLLING bind = $mainMod+SHIFT, Return, layoutmsg, promote #HYPRSCROLLING #}}} +#{{{ tab binds +bind = $mainMod+ALT, O, togglegroup +bind = $mainMod+ALT, J, changegroupactive, f +bind = $mainMod+ALT, K, changegroupactive, b +#}}} + #{{{ Group binds # Group binds #bind = $mainMod CONTROL, G, togglegroup, |