From 260744c0510103ed0949d2fb48065779ade1169b Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 9 Jan 2018 11:33:48 +0530 Subject: [PATCH] mac doesn't have a printscreen key --- files/i3/.i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 0980d09..a633f0d 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -89,6 +89,7 @@ bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop # Print screen set $screenshot_file '/home/nemo/Desktop/Screenshots/%Y-%m-%d_%H-%M-$wx$h.png' bindsym Print exec escrotum --select --selection-delay 300 $screenshot_file +bindsym $mod+I exec escrotum --select --selection-delay 300 $screenshot_file bindsym Shift+Print exec escrotum --clipboard --select --selection-delay 300 $screenshot_file bindsym $mod+Shift+I exec escrotum --clipboard --select --selection-delay 300 $screenshot_file bindsym Ctrl+Print exec scrot --focused --count --delay 0.5 --quality 80 --silent $screenshot_file