From fa98be2c0ce679e1a23b1e45c22a29e5e4859d74 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 14 Dec 2019 08:37:07 -0500 Subject: [PATCH] Added screenshot keybindings --- i3/shared.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/shared.conf b/i3/shared.conf index 8b259ff..33ded73 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -59,7 +59,7 @@ bindsym $mod+apostrophe workspace next_on_output bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking +#bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split @@ -181,9 +181,9 @@ new_window 1pixel # Screenshots bindsym Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/' -bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots' +bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/' bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/' -bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots' +bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/' bindsym $mod+n exec nautilus bindsym $mod+m exec nautilus ~/Videos