From 717038700173e075b482aa087ef5998e3feec161 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 7 Aug 2026 20:02:50 +0100 Subject: Changes to root menu mouse and reduced icons from 64 to 32 for now. --- .config/cow/cow.conf | 9 ++++++--- 1 file 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" - -- cgit v1.3