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 &
|
numlockx &
|
||||||
|
|
||||||
# Start applications
|
# Start applications
|
||||||
|
compton -b --experimental-backends &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
redshift-gtk &
|
redshift-gtk &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
nextcloud &
|
nextcloud &
|
||||||
|
dunst &
|
||||||
|
|
||||||
# Merge .Xresources on boot
|
# Merge .Xresources on boot
|
||||||
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
||||||
|
|
|
@ -19,12 +19,6 @@ exec --no-startup-id "i3-msg 'workspace 1: '"
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Startup applications #
|
# Startup applications #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Start compton
|
|
||||||
exec --no-startup-id compton -b --experimental-backends
|
|
||||||
|
|
||||||
# Start dunst
|
|
||||||
exec --no-startup-id dunst
|
|
||||||
|
|
||||||
# Setup monitor
|
# Setup monitor
|
||||||
exec_always --no-startup-id monitor-setup
|
exec_always --no-startup-id monitor-setup
|
||||||
|
|
||||||
|
@ -36,4 +30,3 @@ exec rambox
|
||||||
exec nemo
|
exec nemo
|
||||||
exec nemo
|
exec nemo
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
exec notable
|
|
||||||
|
|
|
@ -13,12 +13,6 @@ exec --no-startup-id "i3-msg 'workspace 1: '"
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Startup applications #
|
# Startup applications #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Start compton
|
|
||||||
exec --no-startup-id compton -b --experimental-backends
|
|
||||||
|
|
||||||
# Start dunst
|
|
||||||
exec --no-startup-id dunst
|
|
||||||
|
|
||||||
# Setup monitor
|
# Setup monitor
|
||||||
exec_always --no-startup-id monitor-setup
|
exec_always --no-startup-id monitor-setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue