summary refs log tree commit diff
path: root/.xinitrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-01-26 19:44:08 -0500
committerJune McEnroe <programble@gmail.com>2013-01-26 19:44:08 -0500
commitf5d6f3cadf76c20598524c3bfdcf1655d263f847 (patch)
treef14ab7315f133b5a5a9f70678f13c560e25f5640 /.xinitrc
parentAdd git prompt (diff)
downloadsrc-f5d6f3cadf76c20598524c3bfdcf1655d263f847.tar.gz
src-f5d6f3cadf76c20598524c3bfdcf1655d263f847.zip
Default to awesome session
Diffstat (limited to '')
-rw-r--r--.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 97c77135..898efe4e 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -16,6 +16,6 @@ xmodmap -e "clear Lock" -e "keysym Caps_Lock = Escape" # Caps Lock -> Esc
 xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key" # Right Alt -> Compose
 xmodmap -e "remove mod1 = Alt_L" -e "remove mod4 = Super_L" -e "add mod1 = Super_L" -e "add mod4 = Alt_L" # Swap Super and Alt
 
-SESSION=openbox-session
+SESSION=awesome
 [ $1 ] && SESSION=$1
 exec dbus-launch $SESSION
Add simple battery status and clock to xsessionJune McEnroe 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe