From f13592173bf3cdd86f178a43a43888028cce4f28 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 7 Nov 2023 03:50:03 +0100 Subject: Hyprland: Reorganize config --- .config/hypr/hyprland.conf | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to '.config/hypr') 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 -- cgit v1.2.3