diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index a5dcfad..4e2ce7a 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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")