Fix compton startup

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-08-02 11:20:50 +02:00
parent 1da1927e40
commit 98babda999
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 2 additions and 13 deletions

View file

@ -23,10 +23,12 @@ setxkbmap -model pc105 -layout ch
numlockx &
# Start applications
compton -b --experimental-backends &
nm-applet &
redshift-gtk &
sxhkd &
nextcloud &
dunst &
# Merge .Xresources on boot
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"

View file

@ -19,12 +19,6 @@ exec --no-startup-id "i3-msg 'workspace 1: '"
###############################################################################
# Startup applications #
###############################################################################
# Start compton
exec --no-startup-id compton -b --experimental-backends
# Start dunst
exec --no-startup-id dunst
# Setup monitor
exec_always --no-startup-id monitor-setup
@ -36,4 +30,3 @@ exec rambox
exec nemo
exec nemo
exec keepassxc
exec notable

View file

@ -13,12 +13,6 @@ exec --no-startup-id "i3-msg 'workspace 1: '"
###############################################################################
# Startup applications #
###############################################################################
# Start compton
exec --no-startup-id compton -b --experimental-backends
# Start dunst
exec --no-startup-id dunst
# Setup monitor
exec_always --no-startup-id monitor-setup