Created
April 17, 2020 22:59
-
-
Save neuro-sys/2b3d6c847a05f865b78c1b1cf6416f9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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