aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/cow/cow.conf73
1 files changed, 26 insertions, 47 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf
index 0f25d45..dfc91c9 100644
--- a/.config/cow/cow.conf
+++ b/.config/cow/cow.conf
@@ -383,12 +383,37 @@ menu-style title.fg 0xffffff
menu-style separator 0x458588
menu-style bg.gradient HGradient 0x458588 0x83a598
menu-style title.bg.gradient HGradient 0x458588 0x83a598
+menu-style border.colour 0x83a598
menu-style border.width 4
menu-style padding.x 8
menu-style padding.y 3
menu-style title.underlines 2
menu-style automatic.hotkeys true
+# Named menus may override any of the global style properties. Properties
+# not listed here continue to use the global values above, including geometry
+# and the default raised selection relief.
+# menu-style -m SendToDesk bg 0xddd3ea
+# menu-style -m SendToDesk fg 0x2f183f
+# menu-style -m SendToDesk title.bg 0x704787
+# menu-style -m SendToDesk title.fg 0xffffff
+# menu-style -m SendToDesk separator 0xa38ab3
+# menu-style -m SendToDesk border.colour 0x4b2c5c
+
+# menu-style -m WindowOps bg 0xe7d8d2
+# menu-style -m WindowOps fg 0x321915
+# menu-style -m WindowOps title.bg 0x8b3a2f
+# menu-style -m WindowOps title.fg 0xffffff
+# menu-style -m WindowOps separator 0xb78378
+# menu-style -m WindowOps border.colour 0x57231d
+
+# menu-style -m RootMenu bg 0xd7e4e2
+# menu-style -m RootMenu fg 0x102b29
+# menu-style -m RootMenu title.bg 0x0d7068
+# menu-style -m RootMenu title.fg 0xffffff
+# menu-style -m RootMenu separator 0x72aaa5
+# menu-style -m RootMenu border.colour 0x084b46
+
# Sub-menu: send window to a desk.
menu-add SendToDesk "Send to Desk" title
menu-add SendToDesk "Desk 0" "window-move -k 0"
@@ -413,7 +438,7 @@ menu-add WindowOps "Close" "winops -c"
# Root menu.
menu-add RootMenu "cow" title
-menu-add RootMenu "Foot" "exec foot"
+menu-add RootMenu "Terminal" "exec foot"
menu-add RootMenu - -
menu-add RootMenu "Window Ops" "popup-pick WindowOps"
menu-add RootMenu - -
@@ -428,49 +453,3 @@ root-mouse 0+left "menu-show RootMenu"
# pick-window so the selected menu action targets the picked window.
# bind M+w "pick-window menu-show WindowOps"
-# Keyboard navigation while a menu is open.
-# Bind standard arrow/enter/escape keys to menu navigation.
-# These are no-ops when no menu is open.
-# cow bind format: <modifiers>+<XKB keysym name> (0 = no modifier)
-bind 0+Up menu-key up
-bind 0+Down menu-key down
-bind 0+Left menu-key left
-bind 0+Right menu-key right
-bind 0+Return menu-key select
-bind 0+Escape menu-key close
-bind 0+a menu-key a
-bind 0+b menu-key b
-bind 0+c menu-key c
-bind 0+d menu-key d
-bind 0+e menu-key e
-bind 0+f menu-key f
-bind 0+g menu-key g
-bind 0+h menu-key h
-bind 0+i menu-key i
-bind 0+j menu-key j
-bind 0+k menu-key k
-bind 0+l menu-key l
-bind 0+m menu-key m
-bind 0+n menu-key n
-bind 0+o menu-key o
-bind 0+p menu-key p
-bind 0+q menu-key q
-bind 0+r menu-key r
-bind 0+s menu-key s
-bind 0+t menu-key t
-bind 0+u menu-key u
-bind 0+v menu-key v
-bind 0+w menu-key w
-bind 0+x menu-key x
-bind 0+y menu-key y
-bind 0+z menu-key z
-bind 0+0 menu-key 0
-bind 0+1 menu-key 1
-bind 0+2 menu-key 2
-bind 0+3 menu-key 3
-bind 0+4 menu-key 4
-bind 0+5 menu-key 5
-bind 0+6 menu-key 6
-bind 0+7 menu-key 7
-bind 0+8 menu-key 8
-bind 0+9 menu-key 9