summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-06 16:37:15 +0300
committerThanos Apollo <[email protected]>2023-09-06 16:37:15 +0300
commita25abe190666de3d883b61e612b1802bc8a07548 (patch)
treeb7fea12ec9057f87efa03d79c7b5ceee5eed0c6f
parent4554d93dd5fd7e72ff6ee92835da4e296b7143fc (diff)
stumpwm: Update keybindings for floating windows
-rw-r--r--.stumpwm.d/keybindings.lisp4
1 files changed, 4 insertions, 0 deletions
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")