Disable some autostart-things

This commit is contained in:
M1dgard 2018-04-10 20:12:03 +02:00
parent 0d96c85cec
commit 9670060487
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -71,9 +71,6 @@ set $launcher rofi -show combi -display-combi $USER@$(cat /etc/hostname)
bindsym $mod+space exec --no-startup-id "$launcher"
#bindsym $mod+Shift+space exec --no-startup-id rofi -show window
# open launcher when launching i3
exec --no-startup-id $launcher
# lock the screen
bindsym Mod1+l exec --no-startup-id i3lock --image="$HOME/Pictures/background/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_lock.png" || notify-send -u normal -i lock -a i3 "Failed to lock screen" "i3lock had a non-zero exit code."
@ -234,7 +231,7 @@ exec_always --no-startup-id $barlaunchcmd
# some applets (bah)
exec --no-startup-id nm-applet
exec --no-startup-id nextcloud
#exec --no-startup-id nextcloud
# hide the mouse after some time
exec --no-startup-id unclutter -idle 3
@ -246,8 +243,6 @@ exec --no-startup-id $HOME/Programs/own/battery/monitor.py || notify-send -u cri
# set background
exec_always --no-startup-id feh --bg-fill $HOME/Pictures/background/Red-billed_streamertail_Trochilus_polytmus_female_in_flight_2_modified_colours.jpg
exec_always --no-startup-id notify-send -t 1500 -a 'i3' "i3 started"
##################
# Specific rules # {{{1