From a4826b3720c4efadf9c4fffbf34ef2be6cadc3aa Mon Sep 17 00:00:00 2001 From: Flinner Yuu Date: Wed, 23 Apr 2025 15:10:09 +0300 Subject: [PATCH] minor from laptop --- bin/bin/autostart | 2 +- emacs.mine/.config/emacs.mine/emacs.org | 2 +- zsh/.zshrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/bin/autostart b/bin/bin/autostart index 8618f73..3c0e8e3 100755 --- a/bin/bin/autostart +++ b/bin/bin/autostart @@ -26,7 +26,7 @@ source ~/.fehbg killall wired (sleep 1 && wired ) & (sleep 3 && greenclip daemon) & -#(sleep 3 && optimus-manager-qt) & +(sleep 3 && optimus-manager-qt) & (sleep 3 && flameshot) & (sleep 4 && keepassxc) & diff --git a/emacs.mine/.config/emacs.mine/emacs.org b/emacs.mine/.config/emacs.mine/emacs.org index de9429a..24018c5 100644 --- a/emacs.mine/.config/emacs.mine/emacs.org +++ b/emacs.mine/.config/emacs.mine/emacs.org @@ -3014,7 +3014,7 @@ I wrote that, neat isn't it? :P (:maildir ,(concat dir-name "/Trash") :key ?t) )) - (mu4e-sent-messages-behavior . 'delete) + (mu4e-sent-messages-behavior . delete) (user-mail-address . ,mail-address) ;; (mu4e-maildir . ,(concat "~/.mail" dir-name)) (user-full-name . ,full-name) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4fb6580..f06e4da 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -191,7 +191,7 @@ alias sudo='sudo ' alias fm='ranger' alias fm.='. ranger' -alias books="fm ~/Nextcloud/Books" +alias books="fm ~/Documents/Books" alias ll='ls -alF' alias la='ls -A'