summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-07 03:50:03 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-07 03:50:03 +0100
commitf13592173bf3cdd86f178a43a43888028cce4f28 (patch)
tree492efb75c982c68a2f7c31c2c045209511141b36 /.config/hypr
parentda011393a6b8d9be28fe74d016666d8c9179332e (diff)
Hyprland: Reorganize config
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf37
1 files changed, 17 insertions, 20 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 404d6e9..2bb11bd 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -76,18 +76,23 @@ windowrule = float, title:^zenity$
windowrule = size 50% 50%, title:^zenity$
windowrule = center, title:^zenity$
-bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null
-bind = $modkey, E, exec, exec emacsclient -c -a emacs
-bind = $modkey, P, exec, exec vlt get 2>/dev/null
-bind = $modkey, Q, killactive,
-bind = $modkey, W, exec, exec firefox
-bind = $modkey, return, exec, exec foot
+# WM Behavior
bind = $modkey, F, fullscreen, 0
+bind = $modkey, Q, killactive,
+bind = $modkey SHIFT, F, togglefloating
+
+# Programs
bind = $modkey, C, exec, exec foot ec
+bind = $modkey, E, exec, exec emacsclient -c -a emacs
bind = $modkey, M, exec, exec foot aerc
-bind = $modkey SHIFT, F, togglefloating
-bind = $modkey, X, exec, exec chkb 2>/dev/null
+bind = $modkey, P, exec, exec vlt get 2>/dev/null
bind = $modkey, U, exec, exec uni 2>/dev/null
+bind = $modkey, W, exec, exec firefox
+bind = $modkey, X, exec, exec chkb 2>/dev/null
+bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null
+bind = $modkey, Return, exec, exec foot
+bind = , Print, exec, exec scst 2>/dev/null
+bind = SHIFT, Print, exec, exec scst -f 2>/dev/null
# Change focused window
bind = $modkey, H, movefocus, l
@@ -147,23 +152,15 @@ bind = $modkey CONTROL, 19, movetoworkspace, 10
binde = , xf86audiomute, exec, amixer -q sset Master toggle
binde = , xf86audiolowervolume, exec, amixer -q sset Master 5%-
binde = , xf86audioraisevolume, exec, amixer -q sset Master 5%+
-#binde = , xf86audioprev, exec, mpc prev
-#binde = , xf86audioplay, exec, mpc toggle
-#binde = , xf86audionext, exec, mpc next
-binde = , xf86monbrightnessup, exec, lux -I 5
-binde = , xf86monbrightnessdown, exec, lux -D 5
binde = , xf86audiomedia, exec, foot -e nvim ~/.config/hypr/hyprland.conf
-bind = , print, exec, exec scst 2>/dev/null
-bind = SHIFT, print, exec, exec scst -f 2>/dev/null
-
-bind = SHIFT, xf86monbrightnessup, exec, lux -S 100
+binde = , xf86monbrightnessup, exec, lux -I 5
+binde = , xf86monbrightnessdown, exec, lux -D 5
+bind = SHIFT, xf86monbrightnessup, exec, lux -S 50
bind = SHIFT, xf86monbrightnessdown, exec, lux -s 0
# Scroll through existing workspaces with modkey + scroll
bind = $modkey, mouse_down, workspace, e+1
-bind = $modkey, mouse_up, workspace, e-1
-
-#bind = $modkey, Space, layoutmsg, swapwithmaster
+bind = $modkey, mouse_up, workspace, e-1
# Move/resize windows with modkey + LMB/RMB and dragging
bindm = $modkey, mouse:272, movewindow