From 5e8970c203fd1e0c4be309a5b3f349fe71785c8c Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Fri, 10 Jun 2016 18:28:56 +0200 Subject: [PATCH] Come back notifications! --- config/i3/config | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/i3/config b/config/i3/config index 80fce8a..7dbc1ee 100644 --- a/config/i3/config +++ b/config/i3/config @@ -345,13 +345,14 @@ bindsym $mod+F5 exec --no-startup-id xautolock -enable # Autostart applications $background -exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec --no-startup-id gnome-keyring-daemon -exec --no-startup-id numlockx on -#exec --no-startup-id nm-applet -#exec --no-startup-id compton -b -#exec --no-startup-id conky -c $HOME/.conky/status -exec --no-startup-id unclutter +exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Password remembering +exec --no-startup-id gnome-keyring-daemon # Password remembering +exec --no-startup-id numlockx on # Activate Num lock +#exec --no-startup-id nm-applet # Network manager tray icon +#exec --no-startup-id compton -b # Compositing manager +#exec --no-startup-id conky -c $HOME/.conky/status # Desktop widget +exec --no-startup-id unclutter # Hide mouse cursor after some time +exec --no-startup-id dunst # Notifications # Autostart programs #exec --no-startup-id i3-msg 'workspace $WS8; exec firefox --new-window tweetdeck.twitter.com'