Don't set frame to undecorated

Hyprland already handles this, other environments I won't want it
This commit is contained in:
Evie Litherland-Smith 2023-11-13 15:36:09 +00:00
parent fd8b3b29cf
commit ad015c9b86
2 changed files with 0 additions and 2 deletions

View file

@ -122,7 +122,6 @@
other-window))
(advice-add command :after #'pulse-line))
(set-frame-parameter nil 'undecorated t)
(set-frame-parameter nil 'alpha-background 80)
(set-frame-font "Fira Code-12")

View file

@ -150,7 +150,6 @@
** Theme, font and nerd-icons
#+begin_src emacs-lisp
(set-frame-parameter nil 'undecorated t)
(set-frame-parameter nil 'alpha-background 80)
(set-frame-font "Fira Code-12")