mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update the i3 config
This commit is contained in:
parent
0ea18e3e9c
commit
514fdbd5cd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user