Compare commits
2 Commits
cb8808ac0a
...
d9941f5f9b
Author | SHA1 | Date | |
---|---|---|---|
d9941f5f9b | |||
02edcf2d48 |
@ -219,7 +219,7 @@ bindsym XF86Search exec $menu
|
|||||||
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
|
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
|
||||||
|
|
||||||
# record screen
|
# record screen
|
||||||
bindsym Ctrl+Alt+p exec ~/scripts/record-screen
|
# bindsym Ctrl+Alt+p exec ~/scripts/record-screen
|
||||||
|
|
||||||
### gaps
|
### gaps
|
||||||
gaps inner 25
|
gaps inner 25
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Take a screenshot
|
# record video
|
||||||
dir=~/Downloads/temp
|
dir=~/Downloads/temp
|
||||||
(cd $dir && wf-recorder -g "$(slurp)")
|
(cd $dir && wf-recorder -g "$(slurp)" --audio --file=$(date +%Y-%m-%d_%H-%m-%s).mp4)
|
||||||
xdg-open $dir
|
xdg-open $dir
|
||||||
|
6
home/default/scripts/record-screen-no-audio
Executable file
6
home/default/scripts/record-screen-no-audio
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# record video
|
||||||
|
dir=~/Downloads/temp
|
||||||
|
(cd $dir && wf-recorder -g "$(slurp)" --file="$(date +%Y-%m-%d_%H-%m-%s).mp4")
|
||||||
|
xdg-open $dir
|
@ -2,7 +2,7 @@
|
|||||||
set -eoux pipefail
|
set -eoux pipefail
|
||||||
|
|
||||||
yay -Syu \
|
yay -Syu \
|
||||||
--ignore=linux \
|
--ignore=linux-lts \
|
||||||
--ignore=linux-headers \
|
--ignore=linux-lts-headers \
|
||||||
--ignore=zfs-linux \
|
--ignore=zfs-linux-lts \
|
||||||
--ignore=zfs-linux-headers
|
--ignore=zfs-linux-lts-headers
|
||||||
|
Loading…
Reference in New Issue
Block a user