Changeset 3504a6c in dotfiles
- Timestamp:
- Nov 29, 2019, 8:38:12 PM (5 years ago)
- Branches:
- master
- Children:
- 5fc5c66
- Parents:
- 29d34ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.stumpwmrc
r29d34ed r3504a6c 19 19 *window-format* "%m%n%s%c" 20 20 *cpu-modeline-fmt* "%C" 21 *window-name-source* :class 21 22 *delim* " ^2::^7 " 22 23 *screen-mode-line-format* (list … … 35 36 36 37 ;; launch Web browser 37 (defcommand icecat () ()38 (defcommand next () () 38 39 "Start Icecat or switch to it, if it is already running." 39 (run-or-raise " icecat" '(:class "Icecat")))40 (define-key *root-map* (kbd "B") " icecat")40 (run-or-raise "next" '(:class "Next"))) 41 (define-key *root-map* (kbd "B") "next") 41 42 42 43 ;; launch terminal
Note:
See TracChangeset
for help on using the changeset viewer.