diff --git a/docs/daily/2021-05-13.org.gpg b/docs/daily/2021-05-13.org.gpg new file mode 100644 index 0000000..e36bc57 Binary files /dev/null and b/docs/daily/2021-05-13.org.gpg differ diff --git a/docs/images/desktop-background.jpg b/docs/images/desktop-background.jpg new file mode 100644 index 0000000..aa01d5c Binary files /dev/null and b/docs/images/desktop-background.jpg differ diff --git a/modules/interface.org b/modules/interface.org index 0a57fd6..6a22219 100644 --- a/modules/interface.org +++ b/modules/interface.org @@ -53,6 +53,13 @@ Toggle frame transparency with =SPC t r=. "tr" '(dotfiles/toggle-transparency :which-key "Toggle transparency")) #+end_src +Enable frame transparency by default. + +#+begin_src emacs-lisp +(set-frame-parameter (selected-frame) 'alpha '(85 . 50)) +(add-to-list 'default-frame-alist '(alpha . (85 . 50))) +#+end_src + ** Popup selection frame + Display =ivy= completions in a popup buffer