diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-30 13:54:19 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-30 13:54:19 +0100 |
| commit | d405782b34516d962d8315765821496ad365af10 (patch) | |
| tree | c01cf97d5a733584588eccea700e39914505ef54 /.config/cow/cow.conf | |
| parent | 67397955ba3346f620f0faf0fa01fbb7722ef0fd (diff) | |
Updates to display the keyboard state in cowbuttons
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 e3a35a2..949f887 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 1555 -y 5 + window-move -x 1485 -y 5 } if self.title == "cowbuttons:Status" and self.output == "eDP-1"{ winops -sS winops -C on - window-move -x 3475 -y 5 + window-move -x 3405 -y 5 } if self.title == "cowbuttons:Clock" and self.output == "HDMI-A-1"{ winops -sS |
