- Timestamp:
- Nov 6, 2019, 9:56:00 PM (5 years ago)
- Branches:
- master
- Children:
- fe3aad2
- Parents:
- 4cb301c
- git-author:
- Mikhail Kirillov <w96k@…> (11/06/19 17:48:54)
- git-committer:
- Mikhail Kirillov <w96k@…> (11/06/19 21:56:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wm/.stumpwmrc
r4cb301c r2c38fb6 36 36 (defcommand icecat () () 37 37 "Start Icecat or switch to it, if it is already running." 38 (run-or-raise "icecat" '(:class "Ice Cat")))38 (run-or-raise "icecat" '(:class "Icecat"))) 39 39 (define-key *root-map* (kbd "B") "icecat") 40 40 … … 48 48 (define-key *root-map* (kbd "C") "exec urxvt") 49 49 50 ;; Change emacs to emacsclient 51 (defcommand emacsclient () () 52 "Start Urxvt or switch to it, if it is already running." 53 (run-or-raise "emacsclient -c -a emaces" '(:class "Emacs"))) 54 (define-key *root-map* (kbd "e") "emacsclient -c -a emaces") 55 50 56 ;; Volume Management 51 57 (progn
Note:
See TracChangeset
for help on using the changeset viewer.