Compare commits

..

No commits in common. "c7519cfd9d45246e887b0d31140efe685387c928" and "143161387a6f4a22974a671919c4ea675c660215" have entirely different histories.

1 changed files with 6 additions and 7 deletions

View File

@ -355,11 +355,13 @@ character of three dots. Lets make it so:
(setq truncate-string-ellipsis "…")
#+end_src
With Emacs 29.0.50 onwards, a new frame parameter exists:
~alpha-background~. Unlike ~alpha~, this frame parameter only makes Emacs
background transparent, excluding images and text.
Thanks to [[https://github.com/TheVaffel/emacs][this fork]] of Emacs, it is now possible to set some
transparency to the background of Emacs only and not to the entire
frame.
#+begin_src emacs-lisp
(add-to-list 'default-frame-alist '(alpha-background . 0.7))
(add-hook 'server-after-make-frame-hook (lambda ()
(set-frame-parameter (selected-frame)
'alpha-background 0.7)))
#+end_src
*** Modeline Modules
@ -2622,8 +2624,6 @@ doing and what Git is doing! In short, I absolutely love it!
(use-package magit
:straight (:build t)
:defer t
:init
(setq forge-add-default-bindings t)
:custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
:config
@ -3873,7 +3873,6 @@ The complete configuration for the ~exwm~ package can be found below.
(require 'exwm-config)
(setq exwm-workspace-number 6)
:config
(set-frame-parameter (selected-frame) 'alpha-background 0.7)
<<exwm-randr>>
<<exwm-buffers-name>>