summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smart-documents.org12
1 files changed, 5 insertions, 7 deletions
diff --git a/smart-documents.org b/smart-documents.org
index 5db620f..80b6e77 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -304,15 +304,13 @@ We also set the dimensions of subsequent frames:
(add-to-list 'default-frame-alist '(height . 30))
#+END_SRC
-*** GNU/Linux
-
-These settings affect the first and subsequent frames spawned by Emacs
-in GNU/Linux. Frame transparency increases when focus is lost.
+Transparency.
#+BEGIN_SRC emacs-lisp :tangle yes
- (when (and (display-graphic-p) (string-equal system-type "gnu/linux"))
- (set-frame-parameter (selected-frame) 'alpha '(90 . 50))
- (add-to-list 'default-frame-alist '(alpha . (90 . 50))))
+ ;; (set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>))
+ ;; (set-frame-parameter (selected-frame) 'alpha <both>)
+ (set-frame-parameter (selected-frame) 'alpha '(95 . 50))
+ (add-to-list 'default-frame-alist '(alpha . (95 . 50)))
#+END_SRC
** Secrets
Copyright 2019--2024 Marius PETER