Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
9
.config/waybar/custom/wfrecord-record.sh
Normal file
9
.config/waybar/custom/wfrecord-record.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
wf-recorder -o $(swaymsg -r -t get_outputs | jq -r '.[] | select(.focused == true).name') -f $HOME/Videos/$(date -Is).mp4 &> /dev/null &
|
||||
notify-send ' screen cap started'
|
||||
sleep .1
|
||||
|
||||
# send signal to update monitor
|
||||
pkill -RTMIN+8 waybar
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue