Changeset 3504a6c in dotfiles


Ignore:
Timestamp:
Nov 29, 2019, 8:38:12 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5fc5c66
Parents:
29d34ed
Message:

Switch icecat to next

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wm/.stumpwmrc

    r29d34ed r3504a6c  
    1919      *window-format* "%m%n%s%c"
    2020      *cpu-modeline-fmt* "%C"
     21      *window-name-source* :class
    2122      *delim* " ^2::^7 "
    2223      *screen-mode-line-format* (list
     
    3536
    3637;; launch Web browser
    37 (defcommand icecat () ()
     38(defcommand next () ()
    3839  "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")
    4142
    4243;; launch terminal
Note: See TracChangeset for help on using the changeset viewer.