Update the i3 config

This commit is contained in:
foo-dogsquared 2019-10-27 23:26:05 +08:00
parent 0ea18e3e9c
commit 514fdbd5cd

View File

@ -157,8 +157,11 @@ bindsym Control+Print exec ~/.scripts/maim-screenshot.sh --select
bindsym Shift+Print exec ~/.scripts/maim-screenshot.sh --delay 3 bindsym Shift+Print exec ~/.scripts/maim-screenshot.sh --delay 3
bindsym Control+Shift+Print exec ~/.scripts/maim-screenshot.sh --select --delay 3 bindsym Control+Shift+Print exec ~/.scripts/maim-screenshot.sh --select --delay 3
# Screen record (Alt + Print) # Screen record
bindsym $mod+Print exec ~/.scripts/ffmpeg-screen-record.sh --output ~/recordings 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. # Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places. # We use variables to avoid repeating the names in multiple places.