diff options
author | Thanos Apollo <[email protected]> | 2023-09-06 16:37:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-06 16:37:15 +0300 |
commit | a25abe190666de3d883b61e612b1802bc8a07548 (patch) | |
tree | b7fea12ec9057f87efa03d79c7b5ceee5eed0c6f /.stumpwm.d | |
parent | 4554d93dd5fd7e72ff6ee92835da4e296b7143fc (diff) |
stumpwm: Update keybindings for floating windows
Diffstat (limited to '.stumpwm.d')
-rw-r--r-- | .stumpwm.d/keybindings.lisp | 4 |
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") |