From c9f1a2f591898e4c157f4324b716c3367a53413b Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sun, 10 Aug 2025 16:00:03 -0400 Subject: config changes 8/10/25 --- hypr/hyprland.conf | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 70479a2..632a139 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -17,6 +17,9 @@ exec-once = solaar --window=hide exec-once = nm-applet exec-once = blueman-applet +# Plugins +exec-once = hyprpm reload -n + general { # Border Colors col.active_border = rgb(a5222f) @@ -48,10 +51,26 @@ plugin { } } +# Disable animation +animation = global, 0 + +# Monitor Config +monitor = eDP-1, preferred, auto, 1.566667 +# monitor = eDP-1, preferred, auto, 2 +monitor = DP-1, preferred, auto-right, 1 +monitor = , preferred, auto, 1 + # Volume Configuration -bind=SUPER, equal, exec, pamixer --allow-boost -i 3 -bind=SUPER, minus, exec, pamixer --allow-boost -d 3 -bind=SUPER, m, exec, pamixer -t +bind = SUPER, equal, exec, pamixer --allow-boost -i 3 +bind = SUPER, minus, exec, pamixer --allow-boost -d 3 +bind = SUPER, m, exec, pamixer -t +bind = ,XF86AudioLowerVolume, exec, pamixer --allow-boost -d 3 +bind = ,XF86AudioRaiseVolume, exec, pamixer --allow-boost -i 3 +bind = ,XF86AudioMute, exec, pamixer -t + +# Brighness control +bind = ,XF86MonBrightnessDown, exec, brightnessctl s 5%- +bind = ,XF86MonBrightnessUp, exec, brightnessctl s +5% bind=SUPER, space, togglefloating @@ -90,7 +109,8 @@ bindm = SUPER, mouse:273, resizewindow bind = SUPER_SHIFT, Q, exit # Monitor Control -bind = SUPER, Comma, focusmonitor, +1 +bind = SUPER, Comma, focusmonitor, -1 +bind = SUPER, Period, focusmonitor, +1 # App Launcher bind = SUPER, D, exec, wmenu-run -- cgit v1.2.3