about summary refs log tree commit diff stats
path: root/config/cwmrc
diff options
context:
space:
mode:
authorensa <psii@riseup.net>2020-05-15 21:54:43 -0700
committerensa <psii@riseup.net>2020-05-15 21:54:43 -0700
commit4f042d9c092370793730b08adc16fd53c4dd03f7 (patch)
tree50b7073f4dfb49e728e0249656f279a9febad503 /config/cwmrc
parentcd76dfd861b1f362c330f15a1614a0df7fb618d8 (diff)
downloadcfg-4f042d9c092370793730b08adc16fd53c4dd03f7.tar.gz
wal removed, X11 files added, shrc/user-dirs.dirs revamped
bin/comm-sel: forced cordless to obey XDG_CONFIG_HOME
bin/shenv: updated path to shrc
config/
	X11/
		xprofile: files for preparing an X session
			just read the file
		xresources: resources for an X session
			good colors, xterm configuration
	cwmrc
		added autogroup for xterm
		changed term to xterm
		changed editor binding to not include kludge
	shrc
		now uses better home hierarchy
			read for details
		EDITOR changed to vise
		TERMINAL changed to xterm
		IRC_SERVERS_FILE now included
		PYTHONUSERBASE now included
		_JAVA_OPTIONS now included
		TERMINFO now included
		MAILCAPS now included
		most changes result in a cleaner ~
	user-dirs.dirs
		all lines given directories in ~/share/xdg/
	vis/
		themes/fake256.lua
			made to look like vim's zellner theme on a 16color term
		visrc.lua
			sets colorscheme to the aforementioned
	wal/
		removed all

forgot to include some things, expect another commit in a couple minutes
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\""