From 9703317a4dc54243a046fe7daf3299134bedb808 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 6 May 2023 11:41:31 -0400 Subject: dotfiles --- desktop/.config/river/init | 2 +- emacs/.config/emacs-kj/init.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index b9a009d..04fb78c 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -5,7 +5,7 @@ emacsclient -e "(progn $(for v in WAYLAND_DISPLAY DISPLAY SSH_AUTH_SOCK; do echo riverctl spawn "kanshi" riverctl spawn "waybar" riverctl spawn "nm-applet --indicator" -riverctl spawn "swayidle -w timeout 1200 swaylock before-sleep swaylock timeout 1300 'wlopm --off \*' resume 'wlopm --on \*'" +riverctl spawn "swayidle -w timeout 1200 'swaylock -f' timeout 1300 'wlopm --off \*' before-sleep 'swaylock -f' resume 'wlopm --on \*'" riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY QT_QPT_PLATFORM XDG_CURRENT_DESKTOP=river" riverctl spawn "systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORM DISPLAY" riverctl spawn "systemctl --user set-environment XDG_CURRENT_DESKTOP=river" diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el index 7fafbda..b828f9c 100644 --- a/emacs/.config/emacs-kj/init.el +++ b/emacs/.config/emacs-kj/init.el @@ -57,10 +57,11 @@ vc-make-backup-files t create-lockfiles nil) +(use-package modus-themes) (use-package doom-themes) -(setq doom-ayu-mirage-brighter-comments t) (load-theme 'doom-ayu-mirage) +(load-theme 'modus-vivendi-tinted) ;; ;; Modus theme setup. ;; (use-package emacs -- cgit v1.2.3