Fix compton startup
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1da1927e40
commit
98babda999
3 changed files with 2 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue