Merge branch 'master' into arch-laptop

This commit is contained in:
Michael Chalupiak
2024-11-07 13:49:08 -05:00
4 changed files with 12 additions and 9 deletions

View File

@@ -145,3 +145,6 @@
(defun open-mpc () (interactive)
(setq mpc-host (read-string "IP Address:"))
(call-interactively 'mpc))
(set-frame-parameter nil 'alpha-background 80) ; For current frame
(add-to-list 'default-frame-alist '(alpha-background . 80)) ; For all new frames henceforth