added comments on the screenshot util

main
Simon Kellet 3 years ago
parent 58da4d8c43
commit 9ea3c8cedb
  1. 5
      i3/config

@ -188,8 +188,13 @@ bindsym $mod+Shift+p exec gpodder
bindsym $mod+Shift+f exec --no-startup-id pcmanfm
bindsym $mod+Ctrl+f exec --no-startup-id alacritty -e ranger
#WHOLE SCREEN
bindsym Print exec scrot $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
#APPLICATION
bindsym $mod+Print exec scrot -u $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
##SELECT
bindsym $mod+Ctrl+Print exec scrot -s $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png

Loading…
Cancel
Save