From 01d37f6b90a54c80446da81fb0f2f2349d31d1af Mon Sep 17 00:00:00 2001
From: Christian Colglazier <christian@cacolglazier.com>
Date: Tue, 12 Nov 2019 20:30:50 -0500
Subject: [PATCH] Screenshot shortcut

---
 i3/desktop.conf | 1 -
 i3/shared.conf  | 8 ++++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/i3/desktop.conf b/i3/desktop.conf
index 986b2bb..0d04ca6 100644
--- a/i3/desktop.conf
+++ b/i3/desktop.conf
@@ -57,4 +57,3 @@ bindsym --whole-window button9 exec python3 ~/.config/scripts/i3-mouse.py back
 bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward
 bindsym $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb
 
-
diff --git a/i3/shared.conf b/i3/shared.conf
index cb4b130..8b259ff 100644
--- a/i3/shared.conf
+++ b/i3/shared.conf
@@ -77,7 +77,6 @@ set $inner 8
 set $outer 2
 gaps inner $inner
 gaps outer $outer
-smart_borders on
 smart_borders no_gaps
 
 # Define names for default workspaces
@@ -180,7 +179,12 @@ for_window [class="^.*"] border pixel 2
 new_window 1pixel
 #new_window normal 0 px
 
-bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/'
+# Screenshots
+bindsym Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
+bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots'
+bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
+bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots'
+
 bindsym $mod+n exec nautilus
 bindsym $mod+m exec nautilus ~/Videos