asdf
This commit is contained in:
parent
5ecb5e1c7b
commit
0345ce1736
1 changed files with 5 additions and 1 deletions
|
@ -1295,7 +1295,11 @@ I'm scared
|
|||
(string-prefix-p "sun-awt-X11-" exwm-instance-name)
|
||||
(string= "gimp" exwm-instance-name))
|
||||
(exwm-workspace-rename-buffer exwm-title))))
|
||||
|
||||
;; floating
|
||||
(add-hook 'exwm-floating-setup-hook
|
||||
(lambda ()
|
||||
(toggle-frame-tab-bar) ;; No tab bars on floating frames
|
||||
(exwm-layout-hide-mode-line))
|
||||
;; always use these keys in emacs
|
||||
(setq exwm-input-prefix-keys
|
||||
'(?\C-x
|
||||
|
|
Loading…
Reference in a new issue