Compare commits

...

2 Commits

Author SHA1 Message Date
thirtysix
5f1df65705
Merge a69a6dd5dc043390fff3a0c4326ad6672525070f into 031938a792ac3107a512e89504929ef9e3e8ed6a 2023-11-05 13:38:44 +00:00
Dominik
031938a792
Update dmenurecord (#1370) 2023-11-04 12:33:18 +00:00

View File

@ -9,7 +9,7 @@
#
# If there is already a running instance, user will be prompted to end it.
getdim() { xrandr | sed -n "s/\s*\([0-9]\+x[0-9]\+\).*\*.*/\1/p" ;}
getdim() { xrandr | grep -oP '(?<=current ).*(?=,)' | tr -d ' ' ;}
updateicon() { \
echo "$1" > /tmp/recordingicon