i3: Correct Compton startup parameters
Compton was incorrectly started with a couple features forced
This commit is contained in:
parent
af7af34f26
commit
9e49a5a51e
@ -58,7 +58,7 @@ exec --no-startup-id "i3lock -i ~/.i3splash"
|
|||||||
|
|
||||||
exec_always --no-startup-id "sleep 3; ~/.config/polybar/launch.sh"
|
exec_always --no-startup-id "sleep 3; ~/.config/polybar/launch.sh"
|
||||||
exec --no-startup-id "redshift -l 38.627003:-90.199402"
|
exec --no-startup-id "redshift -l 38.627003:-90.199402"
|
||||||
exec_always --no-startup-id "compton -bc --config ~/.config/compton.conf"
|
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||||
exec_always --no-startup-id "dunst"
|
exec_always --no-startup-id "dunst"
|
||||||
#exec_always --no-startup-id "sleep 3; feh --bg-fill ~/Pictures/Wallpapers/i3/*"
|
#exec_always --no-startup-id "sleep 3; feh --bg-fill ~/Pictures/Wallpapers/i3/*"
|
||||||
exec_always --no-startup-id "sleep 3; ~/.bin/i3-randwall"
|
exec_always --no-startup-id "sleep 3; ~/.bin/i3-randwall"
|
||||||
|
Loading…
Reference in New Issue
Block a user