Compare commits

..

No commits in common. "d9941f5f9bb2455ac54704a8c62688851048fc43" and "cb8808ac0a61847498282eb0c377452e376ece7e" have entirely different histories.

4 changed files with 7 additions and 13 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# record video # Take a screenshot
dir=~/Downloads/temp dir=~/Downloads/temp
(cd $dir && wf-recorder -g "$(slurp)" --audio --file=$(date +%Y-%m-%d_%H-%m-%s).mp4) (cd $dir && wf-recorder -g "$(slurp)")
xdg-open $dir xdg-open $dir

View File

@ -1,6 +0,0 @@
#!/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

View File

@ -2,7 +2,7 @@
set -eoux pipefail set -eoux pipefail
yay -Syu \ yay -Syu \
--ignore=linux-lts \ --ignore=linux \
--ignore=linux-lts-headers \ --ignore=linux-headers \
--ignore=zfs-linux-lts \ --ignore=zfs-linux \
--ignore=zfs-linux-lts-headers --ignore=zfs-linux-headers