From 54aa4f7f1f7f4c435a1e4d2e3a7cd3a0a137b876 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 21 Feb 2021 23:18:48 -0500 Subject: [PATCH] cwm: Update key bindings for Atreus I've been using the Keyboardio Atreus for a while now, and the super key is in such a spot that these bindings are better. --- .cwmrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cwmrc b/.cwmrc index fe43693..fda8613 100644 --- a/.cwmrc +++ b/.cwmrc @@ -11,21 +11,21 @@ bind-key 4S-e quit bind-key 4S-r restart # App spawns -bind-key 4S-Return terminal +bind-key 4-Return terminal bind-key 4-w firefox bind-key 4-p menu-cmd bind-key 4S-p menu-exec bind-key 4S-w menu-window bind-key 4S-g menu-group -bind-key 4-semicolon lock +bind-key 4-c lock # Window manipulation -bind-key 4-Return window-fullscreen +bind-key 4S-Return window-fullscreen bind-key 4-j window-cycle bind-key 4-k window-rcycle bind-key 4S-j group-cycle bind-key 4S-k group-rcycle -bind-key 4S-q window-close +bind-key 4-q window-close # Mouse it bind-mouse 4-1 window-move -- libgit2 0.28.4