mac doesn't have a printscreen key

This commit is contained in:
Nemo 2018-01-09 11:33:48 +05:30
parent 851fe7a8dc
commit 260744c051
1 changed files with 1 additions and 0 deletions

View File

@ -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