mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Various fixes and updates
This commit is contained in:
parent
d510889f2e
commit
ca02e3c1b4
4 changed files with 33 additions and 29 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
;; Transparent background
|
||||
(set-frame-parameter nil 'alpha-background systemOpacity)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . systemOpacity))
|
||||
(add-to-list 'default-frame-alist `(alpha-background . ,systemOpacity))
|
||||
;;(add-to-list 'default-frame-alist '(inhibit-double-buffering . t))
|
||||
|
||||
;; I want declarative config, no custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue