M dot_emacs.d/lucy/lucy-appearance.el => dot_emacs.d/lucy/lucy-appearance.el +0 -8
@@ 10,14 10,6 @@
(column-number-mode t)
(show-paren-mode t)
-(use-package auto-dark
- :ensure t
- :after (modus-themes)
- :config
- (setq auto-dark-dark-theme 'modus-vivendi)
- (setq auto-dark-light-theme 'modus-operandi)
- (auto-dark-mode t))
-
(use-package modus-themes
:ensure t
:bind ("C-c t" . modus-themes-toggle)
M dot_xinitrc => dot_xinitrc +4 -0
@@ 13,6 13,10 @@ xfce4-power-manager &
dunst &
+picom &
+
+1password --silent &
+
if [ -x /usr/bin/nm-applet ] ; then
nm-applet --sm-disable &
fi