diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-07 20:02:50 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-07 20:02:50 +0100 |
| commit | 717038700173e075b482aa087ef5998e3feec161 (patch) | |
| tree | a5678ddf9b010403dd06a1014b3a1f5bd3b593a1 /.config/cow | |
| parent | e2d571999395829db7a908182637cfce5b063d9c (diff) | |
Changes to root menu mouse and reduced icons from 64 to 32 for now.
Diffstat (limited to '.config/cow')
| -rw-r--r-- | .config/cow/cow.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index ae90c64..97a5a33 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -34,7 +34,7 @@ decor -d default titlebar.height 22 # decor -d default titlebar.position top decor -d default titlebar.font 'GoMono Nerd Font Mono 10' decor -d default icon.enabled true -decor -d default icon.size 64 +decor -d default icon.size 32 # icon.image defaults to CoW's installed icon. # decor -d default icon.background 0x465457 # decor -d default icon.foreground 0xFFFFFF @@ -447,9 +447,12 @@ menu-add RootMenu "Quit" "quit" # Mouse bindings for menus. # Left-click on the root window → root menu. -root-mouse 0+left "menu-show RootMenu" +mouse R:0+left "menu-show RootMenu" + +# Right-click an iconified-window icon to open the window operations menu. +# The I: context makes the icon's window the target of the menu actions. +mouse I:0+right "menu-show WindowOps" # # If a window menu is not invoked from a known window context, use # pick-window so the selected menu action targets the picked window. # bind M+w "pick-window menu-show WindowOps" - |
