From dd47252be7498548e5b6daeb433188cb294ee407 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 20 Jul 2024 18:13:53 +0200 Subject: [PATCH] Rounded corners --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 580191e..54b5607 100644 --- a/init.org +++ b/init.org @@ -463,7 +463,7 @@ #+begin_src emacs-lisp :tangle early-init.el - (add-to-list 'default-frame-alist '(undecorated . t)) + (add-to-list 'default-frame-alist '(undecorated-round . t)) (add-to-list 'default-frame-alist '(internal-border-width . 24)) #+end_src