removing swayidle stuff

This commit is contained in:
opal
2023-11-07 20:12:31 -08:00
parent 0b0fa975d5
commit ab0a20e75f
2 changed files with 18 additions and 9 deletions

View File

@@ -207,7 +207,8 @@
(use-package vterm
:commands vterm
:config
(setq vterm-shell "bash"))
(setq vterm-shell "bash")
(setq vterm-tramp-shells '("ssh" "/bin/bash")))
(setq rmh-elfeed-org-files (list "~/sync/elfeed/feeds.org"))
(add-hook! 'elfeed-search-mode-hook 'elfeed-update)