summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-12 07:50:58 +0000
committerGitHub <noreply@github.com>2026-04-12 07:50:58 +0000
commit78ca92499682c9b61b0889bbd6cf5e343e586d36 (patch)
treeea0ebea80cb6fce588ab57e3fb55ef87a850221c
parentab320b53b7a18255f159656b06b7f6e836177759 (diff)
updated sorting for binds since it pissed me off
-rw-r--r--.config/hypr/hyprland.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 074250b..60ccf9f 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -101,16 +101,16 @@ windowrule {
}
bind = $mod, Q, exec, $terminal
-bind = $mod, C, killactive
-bind = $mod, T, exec, ~/.config/scripts/master.sh
-bind = $mod, L, exec, ~/.config/scripts/power.sh
-bind = $mod, W, exec, ~/.config/scripts/time.sh
bind = $mod, E, exec, $filemanager
bind = $mod, B, exec, $browser
-bind = $mod, V, togglefloating
bind = $mod, R, exec, $menu
+bind = $mod, C, killactive
+bind = $mod, V, togglefloating
bind = $mod, F, fullscreen, 0
bind = $mod, Tab, workspace, m+1
+bind = $mod, T, exec, ~/.config/scripts/master.sh
+bind = $mod, L, exec, ~/.config/scripts/power.sh
+bind = $mod, W, exec, ~/.config/scripts/time.sh
bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --autocopy; rm -f /tmp/hyprpickerlock'
bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; grim -g "$(slurp)" - | wl-copy; rm -f /tmp/slurplock'