diff options
Diffstat (limited to '.config/cow/cow.conf')
| -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" - |
