bspwm: Remove quotes
This commit is contained in:
parent
bde7b737de
commit
71f823505c
@ -38,7 +38,7 @@ sxhkd & # Simple hotkey daemon
|
||||
dunst & # Notification daemon
|
||||
redshift -l 38.627003;-90.199402 & # Eye strain-reducer
|
||||
|
||||
feh --randomize --bg-fill "~/Pictures/Wallpapers/i3" &
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||
compton & # Desktop compositor
|
||||
pulseaudio -D & # Audio daemon
|
||||
polybar top & # Simple bar system for monitoring system
|
||||
@ -48,7 +48,7 @@ syncthing -no-browser & # File synchronization daemon
|
||||
## LOCKUP
|
||||
# I autostart my session on all of my machines
|
||||
# Thus, having a session-side lock screen is kind of important
|
||||
i3lock -i "~/.i3splash" &
|
||||
i3lock -i ~/.i3splash &
|
||||
|
||||
## bspwm GENERAL CONFIGURATION
|
||||
bspc monitor -d web music terminal files V VI VII VIII mail touchy
|
||||
|
Loading…
Reference in New Issue
Block a user