diff options
author | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-08-20 15:18:57 -0400 |
commit | 642d60cb023b2727b3e0e405180da387152a7512 (patch) | |
tree | dd09a5a4d5d10f4247d34f067bec4bb773ac13a2 /files/.cwmrc | |
parent | 6ded78a4af8350d1764fab56c019bc55c504bedf (diff) |
Overhaul for self hosting, tweaks
Diffstat (limited to 'files/.cwmrc')
-rw-r--r-- | files/.cwmrc | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/files/.cwmrc b/files/.cwmrc deleted file mode 100644 index f8e50bf..0000000 --- a/files/.cwmrc +++ /dev/null @@ -1,57 +0,0 @@ -fontname "spleen:pixelsize=14" - -autogroup 0 "xclock,xclock" -autogroup 1 xterm -autogroup 2 Firefox - -ignore "xclock" - -gap 32 8 8 8 - -# Any entry here is shown in the application menu -command mail "xterm -e aerc" -#command firefox firefox -command terminal xterm -command top "xterm -e top" - -# Ignore programs by that name by not drawing borders around them. -ignore xclock - -# Key bindings -unbind-key all - -# Only show group nr -bind-key M-1 group-only-1 -bind-key M-2 group-only-2 -bind-key M-3 group-only-3 -bind-key M-4 group-only-4 -bind-key M-5 group-only-5 -bind-key M-6 group-only-6 -bind-key M-7 group-only-7 -bind-key M-8 group-only-8 -bind-key M-9 group-only-9 - -# Move window to group -bind-key MS-1 window-movetogroup-1 -bind-key MS-2 window-movetogroup-2 -bind-key MS-3 window-movetogroup-3 -bind-key MS-4 window-movetogroup-4 -bind-key MS-5 window-movetogroup-5 -bind-key MS-6 window-movetogroup-6 -bind-key MS-7 window-movetogroup-7 -bind-key MS-8 window-movetogroup-8 -bind-key 4S-9 window-movetogroup-9 - -# Custom bindings -bind-key MS-q quit -bind-key MS-c window-close -bind-key M-Tab window-cycle -bind-key M-p menu-cmd -bind-key MS-Return xterm -bind-key MS-l "xlock -mode blank" - -# Mouse bindings -bind-mouse M-2 window-lower -bind-mouse M-3 window-resize - -sticky xclock |