+ Changed compton to picom
+ Update + Switch from urxvt to st
This commit is contained in:
parent
1162e4b512
commit
9cb5f7b078
9 changed files with 81 additions and 62 deletions
|
@ -3,7 +3,7 @@
|
|||
sxhkd &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
nitrogen --restore &
|
||||
compton &
|
||||
picom &
|
||||
$HOME/.scripts/launch-conky.sh &
|
||||
$HOME/.config/polybar/launch.sh &
|
||||
|
||||
|
@ -18,7 +18,7 @@ bspc config focused_border_color "#60C0FF"
|
|||
bspc config active_border_color "#60C0ff"
|
||||
#bspc config normal_border_color
|
||||
bspc config window_gap 8
|
||||
bspc config top_padding 30
|
||||
bspc config top_padding 28
|
||||
bspc config bottom_padding 0
|
||||
bspc config left_padding 0
|
||||
bspc config right_padding 0
|
||||
|
@ -40,6 +40,7 @@ bspc config pointer_action3 resize_corner
|
|||
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
bspc rule -a firefox desktop='^2'
|
||||
bspc rule -a obs desktop='^3'
|
||||
bspc rule -a st-256color:cmus desktop='^4'
|
||||
bspc rule -a URxvt:cmus desktop='^4'
|
||||
bspc rule -a spotify desktop='^4'
|
||||
bspc rule -a Spotify desktop='^4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue