mirror of https://github.com/Flinner/dots.git
minor from laptop
This commit is contained in:
parent
77e0f11aab
commit
a4826b3720
|
@ -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) &
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue