From 015004c2ff472b79cf279f3b818f6eb0345fdb73 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 25 Apr 2018 19:17:26 +0100 Subject: Adding mail to emacs --- i3/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index cbd7047..24f8797 100644 --- a/i3/config +++ b/i3/config @@ -219,5 +219,11 @@ exec --no-startup-id redshift & # Startup dropbox exec --no-startup-id dropbox & +# Start nm-applet +exec --no-startup-id nm-applet & + +# Start pulse audio system tray + + # Enable smooth scrolling exec --no-startup-id xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 -- cgit