Skip to content

Commit 1343eac

Browse files
committed
ui: Change the looks about fullscreen and rounded corners
1 parent 606248a commit 1343eac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

init.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,11 @@ It should only modify the values of Spacemacs settings."
460460

461461
;; If non-nil the frame is fullscreen when Emacs starts up. (default nil)
462462
;; (Emacs 24.4+ only)
463-
dotspacemacs-fullscreen-at-startup t
463+
dotspacemacs-fullscreen-at-startup nil
464464

465465
;; If non-nil `spacemacs/toggle-fullscreen' will not use native fullscreen.
466466
;; Use to disable fullscreen animations in OSX. (default nil)
467-
dotspacemacs-fullscreen-use-non-native nil
467+
dotspacemacs-fullscreen-use-non-native t
468468
;; If non nil the frame is maximized when Emacs starts up.
469469
;; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil.
470470
;; (default nil) (Emacs 24.4+ only)

spacemacs.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ Autocompletion config for launch files.
284284
(add-hook 'prog-mode-hook 'copilot-mode)
285285
#+END_SRC
286286
** Miscellaneous
287+
*** No title bar
288+
#+BEGIN_SRC emacs-lisp :tangle user-config.el
289+
(add-to-list 'default-frame-alist '(undecorated-round . t))
290+
#+END_SRC
287291
*** cursor
288292
#+BEGIN_SRC emacs-lisp :tangle user-config.el
289293
; Display Emacs cursor in terminal as it would be in GUI

0 commit comments

Comments
 (0)