From 9aced6065bbe124e9467f85d8fed747ab8eb1d07 Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 14 Apr 2019 18:39:53 +0200 Subject: [PATCH] Added some usefull keybinds to i3. --- config/etc/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/etc/i3/config b/config/etc/i3/config index c276129..ddd45f6 100644 --- a/config/etc/i3/config +++ b/config/etc/i3/config @@ -71,8 +71,9 @@ bindsym $mod+p move scratchpad bindsym $mod+Shift+p scratchpad show bindsym --release $mod+Shift+S exec scrot bindsym --release $mod+Ctrl+S exec "scrot --select" +bindsym --release $mod+Ctrl+A exec "scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f && rm $f'" bindsym $mod+o exec pcmanfm - +bindsym $mod+Shift+B floating enable; border none; resize set 900 600; move position 1836 38 ### END BINDSYM ###