Guest User

Untitled

a guest
Jul 2nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.27 KB | None | 0 0
  1. (mapc (lambda (keys command)
  2.     (stumpwm:define-key stumpwm:*root-map* (stumpwm:kbd keys) command))
  3.       '(
  4.     '("C-M-c" "exec urxvt")
  5.     '("C-M-w" "exec firefox")
  6.     '("C-M-m" "exec thunderbird")
  7.     '("C-M-SPC" "exec cmus-remote -u")
  8.     '("C-M-h" "gprev")
  9.     '("C-M-g" "gnext")
  10.     ))
Add Comment
Please, Sign In to add comment