From 514fdbd5cd519678c7570ad8575ad1ed6f81df58 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Sun, 27 Oct 2019 23:26:05 +0800 Subject: [PATCH] Update the i3 config --- i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 7253550..c574f54 100644 --- a/i3/config +++ b/i3/config @@ -157,8 +157,11 @@ bindsym Control+Print exec ~/.scripts/maim-screenshot.sh --select bindsym Shift+Print exec ~/.scripts/maim-screenshot.sh --delay 3 bindsym Control+Shift+Print exec ~/.scripts/maim-screenshot.sh --select --delay 3 -# Screen record (Alt + Print) -bindsym $mod+Print exec ~/.scripts/ffmpeg-screen-record.sh --output ~/recordings +# Screen record +bindsym $mod+Print exec ~/.scripts/screen-record.sh --output ~/recordings +bindsym Shift+$mod+Print exec ~/.scripts/screen-record.sh --output ~/recordings --disable-cursor +bindsym $mod1+$mod+Print exec ~/.scripts/screen-record.sh --output ~/recordings --follow-cursor + # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places.