move user@host from title to mode line (avoid title flicker in stumpwm)

This commit is contained in:
Łukasz Pankowski 2019-12-30 12:24:52 +01:00
parent c3cca30ca0
commit 5251398645

View File

@ -1120,9 +1120,10 @@ inserted between the braces between the braces."
;;; ### Minimalistic look ###
(setq inhibit-startup-screen t
frame-title-format (list "[" user-login-name "@" (system-name)
"] %b")
frame-title-format "%b"
ediff-window-setup-function #'ediff-setup-windows-plain)
(add-to-list 'global-mode-string
`(t (,(user-login-name) "@" system-name " ")) t)
(set-scroll-bar-mode 'right)
(menu-bar-mode 0)
(tool-bar-mode 0)