Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Created April 17, 2020 22:59
Show Gist options
  • Save neuro-sys/2b3d6c847a05f865b78c1b1cf6416f9d to your computer and use it in GitHub Desktop.
Save neuro-sys/2b3d6c847a05f865b78c1b1cf6416f9d to your computer and use it in GitHub Desktop.
(in-package :stumpwm)
(set-font "-*-pxplus ibm vga8-*-*-*-*-17-*-*-*-*-*-*-*")
(load-module "battery-portable")
(load-module "wifi")
(load-module "net")
(load-module "cpu")
(setf *window-format* "%m%n%s%c")
(setf *screen-mode-line-format* (list "[^B%n^b] %W^>[%C] [%I] [%l] [%B] [%d]"))
(setf *time-modeline-string* "%a %b %e %H:%M")
(setf *mode-line-timeout* 2)
(enable-mode-line (current-screen) (current-head) t)
;; launch client for urxvtd
(stumpwm:define-key stumpwm:*root-map* (stumpwm:kbd "c") "exec urxvt")
;; (stumpwm:define-key stumpwm:*top-map* (stumpwm:kbd "s-c") "exec urxvtc")[neuro@firat-laptop-unity ~]$ cat .stumpwmrc | xclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment