Make window undecorated for linux
This commit is contained in:
parent
b2f473a155
commit
ed99bc42cd
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -22,8 +22,8 @@
|
||||||
`((font . "MonoLisa-11")
|
`((font . "MonoLisa-11")
|
||||||
(width . 85)
|
(width . 85)
|
||||||
(height . 50)
|
(height . 50)
|
||||||
(vertical-scroll-bars)
|
(vertical-scroll-bars . nil)
|
||||||
,(if (eq system-type 'gnu/linux) '(fullscreen . maximized))
|
(fullscreen . maximized)
|
||||||
,(if (eq system-type 'gnu/linux) '(undecorated . t))))
|
,(if (eq system-type 'gnu/linux) '(undecorated . t))))
|
||||||
|
|
||||||
(setq package-archives
|
(setq package-archives
|
||||||
|
|
Loading…
Add table
Reference in a new issue