diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/bd-mode-and-themes.el | 3 | ||||
l--------- | .config/guix/current | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el index 098b733..cf346eb 100644 --- a/.config/emacs/bd-mode-and-themes.el +++ b/.config/emacs/bd-mode-and-themes.el @@ -108,7 +108,8 @@ only in the selected buffer.") (global-hl-line-mode 1) ;;;; true transparency -(add-to-list 'default-frame-alist '(alpha-background . 60)) +;; (add-to-list 'default-frame-alist '(alpha-background . 60)) +(set-frame-parameter (selected-frame) 'alpha '(72 . 72)) (defun set-frame-alpha (value) "Sets the transparency of the frame background. 0=transparent/100=opaque" diff --git a/.config/guix/current b/.config/guix/current deleted file mode 120000 index 4d350ac..0000000 --- a/.config/guix/current +++ /dev/null @@ -1 +0,0 @@ -/var/guix/profiles/per-user/bdunahu/current-guix
\ No newline at end of file |