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
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
# picom :D
|
# picom :D
|
||||||
killall picom; picom &
|
killall -q picom
|
||||||
|
picom &
|
||||||
|
|
||||||
# background
|
# background
|
||||||
feh --bg-scale /home/sako/background.png &
|
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
|
# Sets the radius of rounded window corners. When > 0, the compositor will
|
||||||
# round the corners of windows. Does not interact well with
|
# round the corners of windows. Does not interact well with
|
||||||
# `transparent-clipping`.
|
# `transparent-clipping`.
|
||||||
corner-radius = 15
|
corner-radius = 20
|
||||||
|
|
||||||
# Exclude conditions for rounded corners.
|
# Exclude conditions for rounded corners.
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
|
|
Loading…
Reference in a new issue