From 180e36459134c28ca0429f9441cce309f95cf723 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 3 Feb 2018 18:27:20 +0100 Subject: [PATCH] StumpWM: Bind toggle-always-on-top to C-t ^ --- stumpwm/stumpwmrc | 4 ++++ 1 file changed, 4 insertions(+) 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")