small tweaks

This commit is contained in:
Michael Chalupiak 2024-11-05 17:53:05 -05:00
parent d0c67416d6
commit f9d5ac03b8
3 changed files with 8 additions and 8 deletions

View File

@ -18,12 +18,12 @@ picom --corner-radius 15 &
#nm-applet & #nm-applet &
## Configure Monitors/Workspaces ## 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 ## Theming
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 10 bspc config window_gap 10
bspc config top_padding 20 bspc config top_padding 36
bspc config left_padding 0 bspc config left_padding 0
bspc config right_padding 0 bspc config right_padding 0
bspc config bottom_padding 0 bspc config bottom_padding 0

View File

@ -101,7 +101,7 @@ fade-in-step = 0.03;
fade-out-step = 0.03; fade-out-step = 0.03;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # 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. # Specify a list of conditions of windows that should not be faded.
# fade-exclude = [] # fade-exclude = []
@ -164,8 +164,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase" blur-method = "dual_kawase"
# blur-method = "none" # blur-method = "none"
blur-size = 4; blur-size = 10;
blur-strength = 3; blur-strength = 12;
# #
blur-deviation = false blur-deviation = false

View File

@ -75,11 +75,11 @@ XF86AudioNext
XF86AudioPrev XF86AudioPrev
playerctl previous playerctl previous
# Brightness Up # Brightness Up
XF86_MonBrightnessUp XF86MonBrightnessUp
brightnessctl set 1%+ brightnessctl set 1%+
# Brightness Down # Brightness Down
XF86_MonBrightnessDown XF86MonBrightnessDown
brightnessctl set 1%+ brightnessctl set 1%-
## BSPWM Controls ## ## BSPWM Controls ##