summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")