diff options
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 28 |
1 files changed, 24 insertions, 4 deletions
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 |