Changeset 2b2c1ba in dotfiles for wm/.stumpwmrc
- Timestamp:
- Jan 13, 2020, 11:32:34 PM (5 years ago)
- Branches:
- master
- Children:
- 45cc7f6
- Parents:
- a1bb8c2
- git-author:
- Mikhail Kirillov <w96k@…> (01/13/20 23:31:51)
- git-committer:
- Mikhail Kirillov <w96k@…> (01/13/20 23:32:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.stumpwmrc
ra1bb8c2 r2b2c1ba 24 24 (clx-truetype:cache-fonts) 25 25 26 (print *time-modeline-string*) 27 26 28 (setf *mode-line-pad-x* 20 27 29 *mode-line-pad-y* 8 … … 34 36 *transient-border-width* 0 35 37 *mode-line-position* :top 38 *time-modeline-string* "%d.%m.%y %k:%M" 36 39 *window-format* "%m%n%s%t " 37 40 *hidden-window-color* "" … … 65 68 66 69 ;; launch Web browser 67 (defcommand next () ()68 "Start Next or switch to it, if it is already running."69 (run-or-raise "next" '(:class "Next")))70 (define-key *root-map* (kbd "B") "next")70 ;; (defcommand next () () 71 ;; "Start Next or switch to it, if it is already running." 72 ;; (run-or-raise "next" '(:class "Next"))) 73 ;; (define-key *root-map* (kbd "B") "next") 71 74 72 75 (defcommand icecat () () 73 76 "Start Next or switch to it, if it is already running." 74 77 (run-or-raise "icecat" '(:class "IceCat"))) 75 (define-key *root-map* (kbd " b") "icecat")78 (define-key *root-map* (kbd "B") "icecat") 76 79 77 80 ;; launch terminal … … 135 138 ;; Menu 136 139 (setq app-menu:*app-menu* 137 '(("Telegram" "telegram-desktop") 140 '(("Midnight Commander" "mc ~") 141 ("Telegram" "telegram-desktop") 138 142 ("Icecat" icecat) 139 143 ("Next" next) … … 142 146 143 147 (define-key *root-map* (kbd "q") "show-menu") 148 149 ;; Show / Hide mode-line 150 (define-key *root-map* (kbd "M") "mode-line") 151 152 (set-font (make-instance 'xft:font :font "-*-terminus-medium-r-*-*-*-125-75-75-*-*-iso8859-15")
Note:
See TracChangeset
for help on using the changeset viewer.