commit 742bba217fccc71cb048578b782a63061656b6a0
parent 4413bdc0ace99b2847356807aeb88ce4b791a672
Author: Robbie D <git@robertdherb.com>
Date: Mon, 30 Dec 2019 15:25:55 -0600
Whoa this is out of date!
Diffstat:
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git a/phoebe/.cwmrc b/phoebe/.cwmrc
@@ -1,8 +1,21 @@
# Menu
command Firefox /usr/local/bin/firefox
+command "Claws Mail" /usr/local/bin/claws-mail
+command Libreoffice /usr/local/bin/libreoffice
command KeepassXC /usr/local/bin/keepassxc
+command GIMP /usr/local/bin/gimp
+command Thunar /usr/local/bin/thunar
command Xterm /usr/X11R6/bin/xterm
+command crt /usr/local/bin/cool-retro-term
+command Shutdown '/usr/bin/doas shutdown -p now'
+
+# Menu Colors
+
+color font "#d29ee7"
+color menubg "#170a1c"
+color menufg "#d29ee7"
+color selfont "#170a1c"
# Big decisions
@@ -11,6 +24,10 @@ sticky yes
snapdist 10
gap 26 0 0 0
+fontname "spleen:pixelsize=16:antialias=false"
+
+color activeborder "#d05af1"
+color inactiveborder "#170a1c"
# Key bindings
unbind-key all # Necessary to use Firefox's new ALT-LEFT for back
@@ -22,6 +39,7 @@ bind-key 4-a menu-window
bind-key M-Tab window-cycle
bind-key MS-Tab window-rcycle
bind-key 4-q window-delete
+bind-key 4-Tab window-hide
bind-key 4-Up window-raise
bind-key 4-Down window-lower
@@ -32,12 +50,13 @@ bind-key 4S-j window-move-down
bind-key 4S-k window-move-up
bind-key 4S-l window-move-right
-bind-key 4S-r restart
+bind-key 4S-Tab restart
+bind-key 4S-q quit
# Mouse bindings
#unbind-mouse all # Might as well, since we're rebinding the keyboard to 4
# TODO: Figure out why this breaks clicking on the desktop
bind-mouse 4-1 window-move
-bind-mouse 4-2 window-resize
+bind-mouse 4S-1 window-resize
bind-mouse 4-3 window-lower