commit 1f6c800a7f71cc536cd4d138712bdd2b8bb90a22 parent 4e6af50bcaa901c41079a04679d399909ab191cc Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 6 Jan 2019 21:48:47 +0100 Save screenshots to ~/tmp/ Diffstat:
M | links/.config/i3/config | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/.config/i3/config b/links/.config/i3/config @@ -122,7 +122,7 @@ bindsym XF86ScreenSaver exec ~/bin/xlock bindsym XF86Sleep exec ~/bin/zzz # screen capture -bindsym Print exec --no-startup-id maim pic-full-"$(date '+%y%m%d-%H%M-%S').png" +bindsym Print exec --no-startup-id maim ~/tmp/pic-full-"$(date '+%y%m%d-%H%M-%S').png" bindsym Shift+Print exec --no-startup-id ~/bin/maimpick bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey"