diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-25 18:59:54 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-25 18:59:54 +0100 |
| commit | 5ef9b87250b8d8617a51ac8397016995af779f55 (patch) | |
| tree | 523821b895196560d0a80cb52e1a5d785c69281c | |
| parent | a90d8ddc8581cf8b4848f7fd5ad1b167000108a0 (diff) | |
Removing unused and chaged cow.conf settings.
| -rw-r--r-- | .config/cow/cow.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 693bb2a..795e2e3 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -50,11 +50,8 @@ decor -d default icon.size 32 # decor -d default icon.title_relief true decor -d default titlebar.enabled true decor -d default titlebar.button.1.vector 5 25x40@1 25x60@1 75x60@0 75x40@0 25x40@1 -decor -d default titlebar.button.1.action 'winops -c' decor -d default titlebar.button.2.vector 4 50x75@1 25x25@1 75x25@1 50x75@0 -decor -d default titlebar.button.2.action 'winops -i' decor -d default titlebar.button.0.vector 4 50x25@1 75x75@0 25x75@0 50x25@1 -decor -d default titlebar.button.0.action 'window-maximize -T' decor -a default # Titlebar buttons 0, 1, and 2 maximise, close, and iconify respectively. @@ -88,21 +85,6 @@ 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 |
