Don't set frame to undecorated
Hyprland already handles this, other environments I won't want it
This commit is contained in:
parent
fd8b3b29cf
commit
ad015c9b86
|
@ -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")
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue