diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-13 17:43:16 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-13 17:43:16 +0100 |
| commit | bc05817afd3b29fbd138f37c8d663843f32e8a43 (patch) | |
| tree | 2cf9199de196d923910ccb4b9f3f6d19f93998af /.config/cow | |
| parent | 08485010f07ef1dff48aa6f8f48ec2d6aa56965d (diff) | |
Setup cowpager just for HDMI-A-1 for now.
Diffstat (limited to '.config/cow')
| -rw-r--r-- | .config/cow/cowpager.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/cow/cowpager.conf b/.config/cow/cowpager.conf new file mode 100644 index 0000000..27840b0 --- /dev/null +++ b/.config/cow/cowpager.conf @@ -0,0 +1,18 @@ +show pager main + +style background 0x282828C6 +style desk.bg 0x282828C6 +style page.bg 0x282828C6 +style page.active.bg 0x458588 +style label.bg 0xd8d8d8 +style label.active.bg 0x458588 +style label.fg 0x000000 +style label.inactive.fg 0x000000 +style window.focused.bg 0xffffff + +pager main { + columns 10 + desks 0 9 + monitors HDMI-A-1 + desktop-labels false + } |
