From a25abe190666de3d883b61e612b1802bc8a07548 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Sep 2023 16:37:15 +0300 Subject: stumpwm: Update keybindings for floating windows --- .stumpwm.d/keybindings.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.stumpwm.d') diff --git a/.stumpwm.d/keybindings.lisp b/.stumpwm.d/keybindings.lisp index f091ccf..1bb7caa 100644 --- a/.stumpwm.d/keybindings.lisp +++ b/.stumpwm.d/keybindings.lisp @@ -4,6 +4,10 @@ (when cmd (eval-command cmd t)))) +;; Flaoting window control +(setf *mouse-focus-policy* :click + *float-window-modifier* :SUPER) + (define-key *root-map* (kbd "C-r") "exec emacsclient -e '(thanos/app-launcher\)'") (define-key *root-map* (kbd ",") "exec flameshot gui") (define-key *root-map* (kbd "C-R") "restart-hard") -- cgit v1.2.3