dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f415fe6a17e2c8f36c9ac0503c0ac452179f945c
parent 18fc868123c77ede7d689d21f63d17160e31ad65
Author: Robbie D <git@robertdherb.com>
Date:   Fri, 15 Mar 2019 20:19:36 -0500

Changed to using cwm and xclock instead of a bar

Diffstat:
simon/.cwmrc | 47+++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+), 0 deletions(-)

diff --git a/simon/.cwmrc b/simon/.cwmrc @@ -0,0 +1,47 @@ +# Menu + +command Firefox /usr/local/bin/firefox +command "Claws Mail" /usr/local/bin/claws-mail +command KeepassXC /usr/local/bin/keepassxc +command GIMP /usr/local/bin/gimp +command LibreOffice /usr/local/bin/libreoffice +command Xterm /usr/X11R6/bin/xterm +command Shutdown exec /usr/home/overseer/wmx/7.\ Shutdown + +# Big decisions + +moveamount 15 +sticky yes +snapdist 10 +gap 26 0 0 0 + + +# Key bindings +unbind-key all # Necessary to use Firefox's new ALT-LEFT for back + +bind-key 4-Return terminal +bind-key 4-l lock +bind-key 4S-Return menu-exec +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-Up window-raise +bind-key 4-Down window-lower +bind-key 4-m window-maximize + +bind-key 4S-h window-move-left +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 + +# 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 4S-1 window-resize +bind-mouse 4-3 window-lower