From 60f31d2a76f919c1a423865985509b55c889f3cf Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 18 Jul 2025 18:21:33 +0200 Subject: Update --- .cwmrc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .cwmrc (limited to '.cwmrc') diff --git a/.cwmrc b/.cwmrc new file mode 100644 index 0000000..3a762db --- /dev/null +++ b/.cwmrc @@ -0,0 +1,36 @@ +fontname "Berkeley Mono:size=8:bold" +autogroup 1 +borderwidth 2 +color ungroupborder yellow + +unbind-key all +bind-key 4-Return 'st -f "Berkeley Mono:style=Bold:size=10" -g 110x50' +bind-key Print "sh -c 'maim -s | xclip -selection clipboard -t image/png'" +bind-key 4-e "thunar" +bind-key 4-b "chromium --new-window" +bind-key 4S-q quit +bind-key 4S-r restart +bind-key 4-q window-close +bind-key 4-l lock +bind-key M-Tab window-cycle +bind-key 4-Tab group-cycle +bind-key 4-d group-toggle-all +bind-key 4-1 group-only-1 +bind-key 4-2 group-only-2 +bind-key 4-3 group-only-3 +bind-key 4-4 group-only-4 +bind-key 4-5 group-only-5 +bind-key 4-6 group-only-6 +bind-key 4S-1 window-movetogroup-1 +bind-key 4S-2 window-movetogroup-2 +bind-key 4S-3 window-movetogroup-3 +bind-key 4S-4 window-movetogroup-4 +bind-key 4S-5 window-movetogroup-5 +bind-key 4S-6 window-movetogroup-6 + +unbind-mouse all +bind-mouse 4-1 window-move +bind-mouse 4-3 window-resize +bind-mouse 1 menu-window +bind-mouse 2 menu-group +bind-mouse 3 menu-cmd -- cgit v1.2.3