add screen recorder script
This commit is contained in:
parent
f89b2838ba
commit
e1f62561c5
@ -217,6 +217,9 @@ bindsym XF86Search exec $menu
|
||||
# screenshot
|
||||
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
|
||||
|
||||
# record screen
|
||||
bindsym Ctrl+Alt+p exec ~/scripts/record-screen
|
||||
|
||||
### gaps
|
||||
gaps inner 25
|
||||
# smart_gaps on
|
||||
|
6
home/default/scripts/record-screen
Executable file
6
home/default/scripts/record-screen
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Take a screenshot
|
||||
dir=~/Downloads/temp
|
||||
(cd $dir && wf-recorder -g "$(slurp)")
|
||||
xdg-open $dir
|
@ -38,6 +38,8 @@ please let me know if i've forgotten one!
|
||||
- papirus-dark (icon theme)
|
||||
- fctix (intl. keyboard input)
|
||||
- grim (screenshots on wayland)
|
||||
- wf-recorder (screen recorder on wayland)
|
||||
- slurp (to select region in wayland)
|
||||
- neovim (editor)
|
||||
- direnv (per-directory environment variables)
|
||||
- asdf (language agnostic dependency management)
|
||||
|
Loading…
Reference in New Issue
Block a user