diff options
author | Roger Gonzalez <roger@rogs.me> | 2024-09-03 17:13:08 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2024-09-03 17:13:08 -0300 |
commit | 44852f4d927b8786012ace85f7db3dbafca87833 (patch) | |
tree | e6bd40cb253795493e544a63f7506bfb2192c1a1 /.config/i3 | |
parent | 29888c91c0acfffa7ffa54266c53d5735843bc0c (diff) |
Changed ksnip for flameshot
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index cb142cce..38fc4892 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -227,7 +227,7 @@ bindsym $aux+Shift+u exec setxkbmap us bindsym Print exec scrot ~/Pictures/%Y-%m-%d-%H%M%S.png bindsym --release Shift+F12 exec scrot -s -f ~/Pictures/%Y-%m-%d-%H%M%S.png bindsym --release Ctrl+Shift+F12 exec scrot -s -f -o "/tmp/image.png" && xclip -selection clipboard -t image/png -i /tmp/image.png -bindsym --release Ctrl+Shift+F11 exec ksnip -r -p "/tmp/image.png" +bindsym --release Ctrl+Shift+F11 exec flameshot gui # Do not disturb bindsym $mod+m exec "~/.config/i3/scripts/toggle_dnd.sh" |