diff options
-rw-r--r-- | .config/i3/config | 11 | ||||
-rw-r--r-- | .xinitrc | 1 |
2 files changed, 9 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 1b65d9f..39d5c37 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -53,9 +53,14 @@ bindsym $mod+l focus up bindsym $mod+semicolon focus right #screenshots -bindsym Print exec coreshot -f -bindsym $mod+Print exec coreshot -s -bindsym $mod+Shift+Print exec coreshot -w +# OLD SETTINGS +# bindsym Print exec coreshot -f +# bindsym $mod+Print exec coreshot -s +# bindsym $mod+Shift+Print exec coreshot -w + +bindsym Print exec maim ~/Screenshots/screenshot-$(date +"%Y-%m-%dT%H:%M:%S").png +bindsym $mod+Print exec maim -s ~/Screenshots/screenshot-$(date +"%Y-%m-%dT%H:%M:%S").png +bindsym $mod+Shift+Print exec maim -i $(xdotool getactivewindow) ~/screenshot-$(date +"%Y-%m-%dT%H:%M:%S").png # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -1 +1,2 @@ +xrdb ~/.Xresources exec i3 |