diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-12-24 23:30:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-24 23:30:50 -0500 |
| commit | 7fc973e170f2966f752526c59349a93336c3cff5 (patch) | |
| tree | f2f87b58ead90d38296074815c7158d4f4470ccf /config/hypr/configs/Keybinds.conf | |
| parent | 7612539f21326332250c906cdf78fdb97bec9a1c (diff) | |
| parent | f53015625fb88dac6b88cc62fba4f48c7c2d75f6 (diff) | |
Merge pull request #890 from suresh466/fix-cyclenext-cycleprev-window-layout-aware
fix: cycleprev and cyclenext window bindings solution 2
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 |
