StumpWM: Bind toggle-always-on-top to C-t ^

This commit is contained in:
Marcel Kapfer 2018-02-03 18:27:20 +01:00
parent 60bfaa9e49
commit 180e364591
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -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")