From 230c4f2582c2dbf0ac26e1b0933b9d4a1d7b5a16 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Fri, 19 Nov 2021 22:53:41 +0900 Subject: [PATCH] Enpass : add enpass to startup --- .emacs.d/desktop.el | 1 + .emacs.d/desktop.org | 1 + .xmonad/scripts/autostart.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/.emacs.d/desktop.el b/.emacs.d/desktop.el index 3c5f2a6..6fc427b 100644 --- a/.emacs.d/desktop.el +++ b/.emacs.d/desktop.el @@ -21,6 +21,7 @@ ;;(efs/run-in-background "volumeicon") ;;(efs/run-in-background "numlockx on") ;;(efs/run-in-background "blueberry-tray") + ;;(efs/run-in-background "enpass -minimize") ;; Launch apps that will run in the background (efs/run-in-background "fcitx") diff --git a/.emacs.d/desktop.org b/.emacs.d/desktop.org index ce8a411..6d72b93 100644 --- a/.emacs.d/desktop.org +++ b/.emacs.d/desktop.org @@ -53,6 +53,7 @@ DesktopNames=exwm ;;(efs/run-in-background "volumeicon") ;;(efs/run-in-background "numlockx on") ;;(efs/run-in-background "blueberry-tray") + ;;(efs/run-in-background "enpass -minimize") ;; Launch apps that will run in the background (efs/run-in-background "fcitx") diff --git a/.xmonad/scripts/autostart.sh b/.xmonad/scripts/autostart.sh index a6334e4..4cf964f 100755 --- a/.xmonad/scripts/autostart.sh +++ b/.xmonad/scripts/autostart.sh @@ -21,6 +21,7 @@ run nm-applet & run pamac-tray & run xfce4-power-manager & run volumeicon & +run enpass -minimize & numlockx on & blueberry-tray &