StumpWM: Better keybinding for toggle-always-on-top

This commit is contained in:
Marcel Kapfer 2018-03-13 22:48:17 +01:00
parent 9f8f6de24d
commit 9567e26c05
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@
(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")
(define-key *root-map* (kbd "C-T") "toggle-always-on-top")
;; working with emacsclient
(defvar *es-win* nil