From 603b23636b3f228e2c4c26a7fbd8acb0e1cbfd87 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 30 Sep 2017 14:48:29 +0200 Subject: [PATCH] Allow i3 to take screenshots using scrot --- .config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 98d4fc4..506009f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -149,6 +149,9 @@ mode "resize" { bindsym $mod+r mode "resize" +# Screenshot +bindsym Print exec scrot -e 'mv $f ~/pictures/ 2>/dev/null' + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar {