diff --git a/config/.config/bspwm/bspwmrc b/config/.config/bspwm/bspwmrc index e63c108..596bf4f 100755 --- a/config/.config/bspwm/bspwmrc +++ b/config/.config/bspwm/bspwmrc @@ -18,12 +18,12 @@ picom --corner-radius 15 & #nm-applet & ## Configure Monitors/Workspaces -bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9 +bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 ## Theming bspc config border_width 2 bspc config window_gap 10 -bspc config top_padding 20 +bspc config top_padding 36 bspc config left_padding 0 bspc config right_padding 0 bspc config bottom_padding 0 diff --git a/config/.config/picom/picom.conf b/config/.config/picom/picom.conf index 62414cf..a5169f3 100644 --- a/config/.config/picom/picom.conf +++ b/config/.config/picom/picom.conf @@ -101,7 +101,7 @@ fade-in-step = 0.03; fade-out-step = 0.03; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) -fade-delta = 5.0; +fade-delta = 4.0; # Specify a list of conditions of windows that should not be faded. # fade-exclude = [] @@ -164,8 +164,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase" # blur-method = "none" -blur-size = 4; -blur-strength = 3; +blur-size = 10; +blur-strength = 12; # blur-deviation = false diff --git a/config/.config/sxhkd/sxhkdrc b/config/.config/sxhkd/sxhkdrc index 8b78bf8..1c6ef67 100644 --- a/config/.config/sxhkd/sxhkdrc +++ b/config/.config/sxhkd/sxhkdrc @@ -75,11 +75,11 @@ XF86AudioNext XF86AudioPrev playerctl previous # Brightness Up -XF86_MonBrightnessUp +XF86MonBrightnessUp brightnessctl set 1%+ # Brightness Down -XF86_MonBrightnessDown - brightnessctl set 1%+ +XF86MonBrightnessDown + brightnessctl set 1%- ## BSPWM Controls ##