cleaning i3-config..
This commit is contained in:
parent
20cd8a8ca7
commit
cdd1d31a75
|
|
@ -71,9 +71,6 @@ exec --no-startup-id compton -b
|
|||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
#Launch Polybar where appropriate:
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
#Start the offlineimap daemon;
|
||||
#exec --no-startup-id killall python ~/.config/Scripts/offlineimap-daemon.py
|
||||
#exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py
|
||||
#Start udiskie
|
||||
exec --no-startup-id udiskie &
|
||||
#Add wallpaper:
|
||||
|
|
@ -81,7 +78,6 @@ exec --no-startup-id systemctl --user start wallpaper.service
|
|||
#Unclutter makes the mouse invisible after a brief period
|
||||
exec --no-startup-id unclutter
|
||||
# set desktop background with custom effect
|
||||
bindsym $mod+Shift+g exec betterlockscreen -l dim
|
||||
exec --no-startup-id betterlockscreen -w dim
|
||||
#Twmn Gmail notifier
|
||||
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue