]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Initial import with configuration for stumpwm.
authorSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 00:44:49 +0000 (18:44 -0600)
committerSimon Ruderich <simon@ruderich.org>
Mon, 23 Feb 2009 00:44:49 +0000 (18:44 -0600)
setup.sh [new file with mode: 0755]
stumpwmrc [new file with mode: 0644]
xinitrc [new file with mode: 0644]

diff --git a/setup.sh b/setup.sh
new file mode 100755 (executable)
index 0000000..5dfde4c
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,8 @@
+# Setup script for X11 configuration files.
+
+
+. ../lib.sh
+
+# Link setup.
+link stumpwmrc ~/.stumpwmrc
+link xinitrc ~/.xinitrc
diff --git a/stumpwmrc b/stumpwmrc
new file mode 100644 (file)
index 0000000..8e93597
--- /dev/null
+++ b/stumpwmrc
@@ -0,0 +1,14 @@
+;; Configuration file for Stumpwm.
+
+
+(in-package :stumpwm)
+
+;; Display mode line.
+(toggle-mode-line (current-screen) (current-head))
+
+;; Remove bindings to kill a window. Too dangerous for a Vim user.
+(undefine-key *root-map* (kbd "k"))
+(undefine-key *root-map* (kbd "C-k"))
+(undefine-key *root-map* (kbd "K"))
+
+;; vim: ft=lisp
diff --git a/xinitrc b/xinitrc
new file mode 100644 (file)
index 0000000..254cb0a
--- /dev/null
+++ b/xinitrc
@@ -0,0 +1,5 @@
+# startx configuration file.
+
+
+# Start stumpwm.
+exec stumpwm