Skip to content

Instantly share code, notes, and snippets.

@l04m33
Last active December 27, 2015 01:19
Show Gist options
  • Save l04m33/7244318 to your computer and use it in GitHub Desktop.
Save l04m33/7244318 to your computer and use it in GitHub Desktop.
My .stumpwmrc
(in-package :stumpwm)
(define-key *root-map* (kbd "C-c") "exec gnome-terminal")
(define-key *root-map* (kbd "c") "exec gnome-terminal")
(define-key *root-map* (kbd "C-e") "exec gvim")
(define-key *root-map* (kbd "C-h") "move-focus left")
(define-key *root-map* (kbd "C-j") "move-focus down")
(define-key *root-map* (kbd "C-k") "move-focus up")
(define-key *root-map* (kbd "C-l") "move-focus right")
(define-key *root-map* (kbd "'") "windowlist")
(define-key *root-map* (kbd "\"") "select")
(define-key *root-map* (kbd "q") "only")
(define-key *root-map* (kbd "M") "mode-line")
(define-key *groups-map* (kbd "j") "gnext")
(define-key *groups-map* (kbd "k") "gprev")
(define-key *groups-map* (kbd "K") "gkill")
(define-key *groups-map* (kbd "'") "grouplist")
(define-key *groups-map* (kbd "\"") "gselect")
(set-focus-color "dim gray")
(set-unfocus-color "black")
(set-font "-bitstream-courier 10 pitch-bold-r-normal--0-0-0-0-m-0-iso10646-1")
(run-shell-command "which xsetbg && xsetbg 1247215259090_strip.jpg")
(run-shell-command "ibus-daemon --xim -d")
(toggle-mode-line (current-screen) (current-head))
(grename "cmd")
(gnewbg "browser")
(gnewbg "virtualbox")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment