diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-26 19:14:26 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-26 19:14:26 +0100 |
| commit | 35518cf9bf18d9444a96ea0106e1757e336475e1 (patch) | |
| tree | 15c1534e8e142ee67b8f1429743c71f4e8250d7d /.config/cow/cow.conf | |
| parent | 5ef9b87250b8d8617a51ac8397016995af779f55 (diff) | |
Fixed speeling mistake in menu icon path.
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 795e2e3..afbc63f 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -85,6 +85,21 @@ decor -a default # Uncomment to restore the classic sunken bevel on inactive tabs: # container.tab.sunken true +# Squeeze Titlebars. +# +# Similar to what CTWM used to allow, a squeeze titlebar is one whose length +# is shortened to match the window title length. The remaining space is not +# part of the window. +# +# For example: +# +#titlebar.squeeze natural +#titlebar.squeeze.justify left +# +# Other justify options are right, centre +# titlebar.squeeze fixed can be used as well to give a slightly larger +# titlebar. + # The colour to use for the background (globally across all outputs). set output.colour.background 0x3B05A6 @@ -459,7 +474,7 @@ rule -g -T on-map -n cowpager -s /cowpager:/ script { # Selectable items can use `menu-add -i terminal.svg ...`. Relative icon # names are searched in ~/.config/cow/icons by default; set a colon-separated # search path to use another directory: -menu-style icon.path ~/.config/cow/icons:/usr/local/share/icons/hicolor/scalable/apps +menu-style icon.path ~/.config/cow/icons:/usr/local/share/cow/icons:/usr/local/share/icons/hicolor/scalable/apps # Blue 3D menu appearance. # Solid colours are the fallback/base colours. Gradient values use: |
