Lucien Cartier-Tilet
0b9c9b2a16
This is just some preliminary config in order to make StumpWM usable and give it a nice look. I’m also mostly just playing around to see how StumpWM works and behaves.
4 lines
126 B
Common Lisp
4 lines
126 B
Common Lisp
(defcommand firefox () ()
|
|
"Run or raise Firefox."
|
|
(run-or-raise "firefox" '(:class "Firefox") t nil))
|