Undecorated for linux

This commit is contained in:
Marcus Kammer 2020-02-16 20:24:29 +01:00
parent b567106863
commit 82b7a1467a

View file

@ -8,7 +8,7 @@
(global-hl-line-mode 1) ; Highlight cursor line (global-hl-line-mode 1) ; Highlight cursor line
(global-whitespace-mode 1) ; Show whitespace globally (global-whitespace-mode 1) ; Show whitespace globally
(show-paren-mode 1) ; Visual matching parens (show-paren-mode 1) ; Visual matching parens
(global-display-line-numbers-mode -1) ; Display line numbers (global-display-line-numbers-mode -1) ; Display line numbers
;; Mode line specific ;; Mode line specific
(column-number-mode 1) ; Display column number in the mode line (column-number-mode 1) ; Display column number in the mode line
(size-indication-mode -1) ; Display buffer size in the mode line (size-indication-mode -1) ; Display buffer size in the mode line
@ -18,7 +18,8 @@
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window (add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14")) (add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))
(add-to-list 'default-frame-alist '(undecorated . t)) (when (eq system-type 'gnu/linux)
(add-to-list 'default-frame-alist '(undecorated . t)))
(setq-default (setq-default
echo-keystrokes 0.02 echo-keystrokes 0.02