diff --git a/i3/config b/i3/config index 983a152..44ec353 100644 --- a/i3/config +++ b/i3/config @@ -63,9 +63,12 @@ bindsym $mod+F3 exec --no-startup-id pcmanfm bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf bindsym $mod+Ctrl+x --release exec --no-startup-id xkill -bindsym Print exec --no-startup-id i3-scrot --select '%Y-%m-%d_$wx$h.png' # Selection -- CHange cursor? -bindsym $mod+Print --release exec --no-startup-id i3-scrot -w '%Y-%m-%d_$wx$h.png' # Window -bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -d '%Y-%m-%d_$wx$h.png' # Fullscreen +bindsym $mod+n --release exec --no-startup-id terminator -e nnn + +bindsym Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d-%s).png #i3-scrot --select '%Y-%m-%d_$wx$h.png' # Selection -- CHange cursor? +bindsym $mod+Insert --release exec --no-startup-id maim -i $(xdotool getactivewindow) ~/Pictures/$(date +%Y-%m-%d-%s).png #i3-scrot -w '%Y-%m-%d_$wx$h.png' # Window +bindsym $mod+Shift+Insert --release exec --no-startup-id maim ~/Pictures/$(date +%Y-%m-%d).png #i3-scrot -d '%Y-%m-%d_$wx$h.png' # Fullscreen +bindsym $mod+Ctrl+Insert exec --no-startup-id maim -s ~/Pictures/$(date +%Y-%m-%d).png&& pinta ~/Pictures/$(date +%Y-%m-%d-%s).png # screenshot and edit # change focus bindsym $mod+j focus left @@ -209,7 +212,7 @@ for_window [urgent=latest] focus bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -#bindsym $mod+Shift+r restart +bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"