we
This commit is contained in:
parent
30acc24966
commit
c74a1fe729
2 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,8 @@ bspc rule -a Screenkey manage=off
|
|||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# picom :D
|
||||
killall picom; picom &
|
||||
killall -q picom
|
||||
picom &
|
||||
|
||||
# background
|
||||
feh --bg-scale /home/sako/background.png &
|
||||
|
|
|
@ -146,7 +146,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||
# round the corners of windows. Does not interact well with
|
||||
# `transparent-clipping`.
|
||||
corner-radius = 15
|
||||
corner-radius = 20
|
||||
|
||||
# Exclude conditions for rounded corners.
|
||||
rounded-corners-exclude = [
|
||||
|
|
Loading…
Reference in a new issue