2022-10-18 02:17:26 +00:00
|
|
|
# Screenshots
|
2022-10-18 02:41:38 +00:00
|
|
|
#bindsym $mod+print exec slurp | grim -g - $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')
|
|
|
|
bindsym $mod+print exec slurp | grim -g - "$HOME/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')"
|
|
|
|
bindsym print exec grim "$HOME/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')"
|
|
|
|
# Maybe add --audio flag? can optionally specify specific device name from `pactl list sources | grep Name`
|
2024-10-14 22:17:42 +00:00
|
|
|
bindsym $mod+Shift+print exec wl-screenrec -g "$(slurp)" --codec av1 -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')"
|
|
|
|
bindsym Shift+print exec wl-screenrec --codec av1 -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')"
|
|
|
|
bindsym $mod+ctrl+Shift+print exec pkill -SIGINT wl-screenrec
|
2022-10-18 02:17:26 +00:00
|
|
|
# Need to make a hotkey to end the recording
|