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
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
#Launch Polybar where appropriate:
|
#Launch Polybar where appropriate:
|
||||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
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
|
#Start udiskie
|
||||||
exec --no-startup-id udiskie &
|
exec --no-startup-id udiskie &
|
||||||
#Add wallpaper:
|
#Add wallpaper:
|
||||||
|
|
@ -81,7 +78,6 @@ exec --no-startup-id systemctl --user start wallpaper.service
|
||||||
#Unclutter makes the mouse invisible after a brief period
|
#Unclutter makes the mouse invisible after a brief period
|
||||||
exec --no-startup-id unclutter
|
exec --no-startup-id unclutter
|
||||||
# set desktop background with custom effect
|
# set desktop background with custom effect
|
||||||
bindsym $mod+Shift+g exec betterlockscreen -l dim
|
|
||||||
exec --no-startup-id betterlockscreen -w dim
|
exec --no-startup-id betterlockscreen -w dim
|
||||||
#Twmn Gmail notifier
|
#Twmn Gmail notifier
|
||||||
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue