From 35518cf9bf18d9444a96ea0106e1757e336475e1 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 26 Aug 2026 19:14:26 +0100 Subject: Fixed speeling mistake in menu icon path. --- .config/cow/cow.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.config/cow/cow.conf') 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: -- cgit v1.3