diff options
| author | Suresh Thagunna <suresh.thagunna77@gmail.com> | 2025-12-22 18:05:07 -0500 |
|---|---|---|
| committer | Suresh Thagunna <suresh.thagunna77@gmail.com> | 2025-12-23 09:48:04 -0500 |
| commit | 862e49f7a3013b8c948d0036002cd07527b474cd (patch) | |
| tree | 23c68b1c37363c781f85f365eca1d48494ce174f /config/hypr/configs/Keybinds.conf | |
| parent | 4da114f5e42f5b3c95109c9737ece7fcfbd2bd39 (diff) | |
fix: layout aware cycleprev and cyclenext window bindings
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 7d0e3fef..ddc516bc 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -97,6 +97,8 @@ bindd = $mainMod, P, toggle pseudo (dwindle), pseudo, # Works on either layout (Master or Dwindle) bindd = $mainMod, M, set split ratio 0.3, exec, hyprctl dispatch splitratio 0.3 +# layout aware keybinds +exec-once = $scriptsDir/ChangeLayout.sh init # Cycle windows; if floating bring to top |
