From 9ea3c8cedbac5a50fc02d39cdb9840ad076f6e6a Mon Sep 17 00:00:00 2001 From: simonkellet Date: Fri, 24 Sep 2021 10:24:37 +0100 Subject: [PATCH] added comments on the screenshot util --- i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/config b/i3/config index 7adab95..d55fa07 100644 --- a/i3/config +++ b/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