about summary refs log tree commit diff stats
path: root/config/cwmrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/cwmrc')
-rw-r--r--config/cwmrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/cwmrc b/config/cwmrc
index 34ff841..0ad3a5a 100644
--- a/config/cwmrc
+++ b/config/cwmrc
@@ -3,6 +3,7 @@ gap 13 0 0 0
 #enable sticky groups
 sticky yes
 #autogroup rules
+autogroup 1 XTerm
 autogroup 1 St
 autogroup 3 mail
 autogroup 4 comm
@@ -26,7 +27,7 @@ color selfont		"#72694f"
 unbind-key all
 unbind-mouse all
 #program list
-command term st
+command term xterm
 command lock slock
 #program spawning
 #bind-key 4-d dmenu_run
@@ -35,7 +36,7 @@ bind-key 4S-d menu-cmd
 bind-key 4C-d menu-window-hidden
 bind-key 4-Return terminal
 #bind-key 4S-Return "sh -c \"$TERMINAL -c popup"
-bind-key 4-e "sh -c \"$ALTSCR -t nvim -e env TERM=stterm-16color $EDITOR\""
+bind-key 4-e "sh -c \"$TERMINAL -e $EDITOR\""
 #bind-key 4S-e "sh -c \"$TERMINAL -t nvim -c popup -e env TERM=stterm-16color $EDITOR"
 bind-key 4-w "sh -c \"$BROWSER $HOMEPAGE\""
 bind-key 4S-c "sh -c \"$COMM\""