diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-01 19:44:33 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-01 19:44:33 +0100 |
| commit | b952a46116359090ae22dce09be77293ce8b6c28 (patch) | |
| tree | 724f625d3b624dd85a3eef601771d445a6bb244b /.config/cow/cow.conf | |
| parent | 504c2764d5fecc8c4b6007223e650c8f80285d15 (diff) | |
Added a new module to cowbuttons to indicate when wf-recorder is recording the screen.
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index d1aa29a..866fdeb 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -273,12 +273,12 @@ rule -g -T on-map -n cowbuttons script { if self.title == "cowbuttons:Status" and self.output == "HDMI-A-1"{ winops -sS winops -C on - window-move -x 1485 -y 5 + window-move -x 1415 -y 5 } if self.title == "cowbuttons:Status" and self.output == "eDP-1"{ winops -sS winops -C on - window-move -x 3405 -y 5 + window-move -x 3335 -y 5 } if self.title == "cowbuttons:Clock" and self.output == "HDMI-A-1"{ winops -sS |
