Disable some autostart-things
This commit is contained in:
parent
0d96c85cec
commit
9670060487
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue