diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-22 01:41:08 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-22 01:41:08 +0200 |
| commit | c477b25c377b632ed2164898282699c2fffdce39 (patch) | |
| tree | d6f1ffb003b224758457ffc8903bfe2603b1e259 | |
| parent | 9a8a92e3ec814e204a76715983674b2886bee636 (diff) | |
| download | dotfiles-c477b25c377b632ed2164898282699c2fffdce39.tar.gz dotfiles-c477b25c377b632ed2164898282699c2fffdce39.zip | |
i3: Use deepin-screen-recorder for now
Sucks and is slow but I can't be bothered to look for something else
right now.
| -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 e077657..40a4a73 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -198,7 +198,7 @@ bindsym $mod+r mode "resize" bindsym Ctrl+Shift+5 exec xsel > /tmp/clip.txt && xyz-upload /tmp/clip.txt bindsym Ctrl+Shift+4 exec maim -s /tmp/ss.png && xyz-upload /tmp/ss.png -bindsym Ctrl+Shift+3 exec deepin-screenshot -s /tmp/ss.png && xyz-upload /tmp/ss.png +bindsym Ctrl+Shift+3 exec deepin-screen-recorder -s /tmp/ss.png && xyz-upload /tmp/ss.png bindsym Ctrl+Shift+2 exec imlib2_grab /tmp/ss.png # Rofi Bindings |
