StumpWM: Bind toggle-always-on-top to C-t ^
This commit is contained in:
parent
60bfaa9e49
commit
180e364591
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@
|
|||
|
||||
;; and the key for it
|
||||
(define-key *root-map* (kbd "C-f") "toggle-float")
|
||||
|
||||
;; key for keeping window always on top
|
||||
(define-key *root-map* (kbd "^") "toggle-always-on-top")
|
||||
|
||||
;; working with emacsclient
|
||||
(defvar *es-win* nil
|
||||
"to hold the window called emacsclient")
|
||||
|
|
Loading…
Reference in a new issue