From ebd43ad46190af2a2c1301a2f2f364ec4e8f1899 Mon Sep 17 00:00:00 2001
From: Christian Colglazier <christian@cacolglazier.com>
Date: Tue, 17 Sep 2019 21:29:30 -0400
Subject: [PATCH] Laptop i3 config

---
 i3/laptop.conf | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/i3/laptop.conf b/i3/laptop.conf
index 4605279..dcfc1b8 100644
--- a/i3/laptop.conf
+++ b/i3/laptop.conf
@@ -1,3 +1,4 @@
+# Polybar
 exec --no-startup-id MONITOR=LVDS-1 polybar aqua
 
 # Screen brightness controls
@@ -7,4 +8,14 @@ bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
 # Pulse Audio controls
 bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume
 bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
-bindsym XF86AudioMute exec amixer set Master toggle # mute sound
\ No newline at end of file
+bindsym XF86AudioMute exec amixer set Master toggle # mute sound
+
+# Turn off screen
+bindsym XF86Launch1 exec xset -display :0.0 dpms force off 
+
+# Turn off trackpad
+bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
+exec --no-startup-id ~/.config/i3/trackpad-toggle.sh &
+
+# Lockscreen
+bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
\ No newline at end of file