Disable raising and focusing of X frames

because wow is that annoying
This commit is contained in:
Adam Goldsmith 2020-04-07 12:11:30 -04:00
parent 35815b5e0f
commit 65c9e10f7f
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@
:config
; seems to need to be before mode init
(add-to-list 'frames-only-mode-use-window-functions 'undo-tree-visualize)
(setq server-raise-frame nil)
(defun x-focus-frame (FRAME &optional NOACTIVATE))
(frames-only-mode t)
(menu-bar-mode 0)
(if (executable-find "i3")