From 81aeee437c68f2b415c0604cdbc29d14e4ddb5e5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 12:03:59 +0200 Subject: [PATCH] A few more binding description tweaks --- default/hypr/bindings/tiling.conf | 10 +++++----- default/hypr/bindings/utilities.conf | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 29b5473..611dbcf 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -5,7 +5,7 @@ bindd = SUPER, W, Close active window, killactive, bindd = SUPER, J, Toggle split, togglesplit, # dwindle bindd = SUPER, P, Pseudo window, pseudo, # dwindle bindd = SUPER, V, Toggle floating, togglefloating, -bindd = SHIFT, F11, Full screen, fullscreen, 0 +bindd = SHIFT, F11, Force full screen, fullscreen, 0 # Move focus with mainMod + arrow keys bindd = SUPER, left, Move focus left, movefocus, l @@ -38,10 +38,10 @@ bindd = SUPER SHIFT, code:18, Move window to workspace 1, movetoworkspace, 9 bindd = SUPER SHIFT, code:19, Move window to workspace 1, movetoworkspace, 10 # Swap active window with the one next to it with mainMod + SHIFT + arrow keys -bindd = SUPER SHIFT, Swap window to the left, left, swapwindow, l -bindd = SUPER SHIFT, Swap window to the right, right, swapwindow, r -bindd = SUPER SHIFT, Swap window up, up, swapwindow, u -bindd = SUPER SHIFT, Swap window down, down, swapwindow, d +bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l +bindd = SUPER SHIFT, right, Swap window to the right, swapwindow, r +bindd = SUPER SHIFT, up, Swap window up, swapwindow, u +bindd = SUPER SHIFT, down, Swap window down, swapwindow, d # Cycle through applications on active workspace bindd = ALT, Tab, Cycle to next window, cyclenext diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 7cce88a..50f3cc1 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -19,7 +19,7 @@ bindd = SUPER, ESCAPE, Power menu, exec, ~/.local/share/omarchy/bin/omarchy-menu bindd = SUPER CTRL, I, Toggle locking on idle, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle # Toggle nightlight -bind = SUPER CTRL, N, exec, ~/.local/share/omarchy/bin/omarchy-toggle-nightlight +bindd = SUPER CTRL, N, Toggle nightlight, exec, ~/.local/share/omarchy/bin/omarchy-toggle-nightlight # Control Apple Display brightness bindd = CTRL, F1, Apple Display brightness down, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness -5000