Compare commits

...

2 Commits

Author SHA1 Message Date
thirtysix
e2c5d968d9
Merge 9947832100024623483074f3ee6ac96fe73cfd34 into 031938a792ac3107a512e89504929ef9e3e8ed6a 2023-11-05 10:47:54 +02: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