Reshuffled home directory
I changed the layout of my home directory, and these are the files that have been affected by that.
This commit is contained in:
parent
9d53d9b19c
commit
4ee9761218
4 changed files with 22 additions and 22 deletions
|
@ -7,7 +7,7 @@ color status brightwhite green
|
||||||
set from = "thomas@aethon.nl"
|
set from = "thomas@aethon.nl"
|
||||||
set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
|
set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
|
||||||
set mbox = "+aethon/INBOX"
|
set mbox = "+aethon/INBOX"
|
||||||
set signature = "~/.aethon_signature"
|
set signature = "~/documents/work/aethon/signature.txt"
|
||||||
set postponed = "+aethon/drafts"
|
set postponed = "+aethon/drafts"
|
||||||
unset record
|
unset record
|
||||||
|
|
||||||
|
|
4
muttrc
4
muttrc
|
@ -3,7 +3,7 @@
|
||||||
###
|
###
|
||||||
|
|
||||||
# directories and commands
|
# directories and commands
|
||||||
set alias_file = ~/.mutt/alias #alias file
|
set alias_file = ~/.mutt/alias # alias file
|
||||||
set header_cache = ~/.mutt/cache/headers # where to store headers
|
set header_cache = ~/.mutt/cache/headers # where to store headers
|
||||||
set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
||||||
set certificate_file = ~/.mutt/certificates # where to store certs
|
set certificate_file = ~/.mutt/certificates # where to store certs
|
||||||
|
@ -14,7 +14,7 @@ set editor = "/usr/bin/vim +/^$" # use vim and skip to first blank
|
||||||
|
|
||||||
# main options
|
# main options
|
||||||
set mbox_type = Maildir # mailbox type
|
set mbox_type = Maildir # mailbox type
|
||||||
set folder = ~/Mail # mailbox location
|
set folder = ~/documents/mail # mailbox location
|
||||||
set spoolfile = "+arch/INBOX" # arch is the default inbox
|
set spoolfile = "+arch/INBOX" # arch is the default inbox
|
||||||
set timeout = 3 # idle time before scanning
|
set timeout = 3 # idle time before scanning
|
||||||
set mail_check = 0 # minimum time between scans
|
set mail_check = 0 # minimum time between scans
|
||||||
|
|
|
@ -22,19 +22,19 @@ remoterepository = aethon-remote
|
||||||
|
|
||||||
[Repository arch-local]
|
[Repository arch-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/Mail/arch
|
localfolders = ~/documents/mail/arch
|
||||||
|
|
||||||
[Repository gmail-local]
|
[Repository gmail-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/Mail/gmail
|
localfolders = ~/documents/mail/gmail
|
||||||
|
|
||||||
[Repository iactor-local]
|
[Repository iactor-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/Mail/iactor
|
localfolders = ~/documents/mail/iactor
|
||||||
|
|
||||||
[Repository aethon-local]
|
[Repository aethon-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/Mail/aethon
|
localfolders = ~/documents/mail/aethon
|
||||||
|
|
||||||
[Repository arch-remote]
|
[Repository arch-remote]
|
||||||
type = Gmail
|
type = Gmail
|
||||||
|
|
2
xinitrc
2
xinitrc
|
@ -1,6 +1,6 @@
|
||||||
# -*- mode: shell-script -*-
|
# -*- mode: shell-script -*-
|
||||||
|
|
||||||
habak -mp 0,0 ~/Pictures/wall/1680x1050 -mp -0,0 ~/Pictures/wall/1280x1024
|
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 -mp -0,0 ~/pictures/wallpapers/1280x1024
|
||||||
xmodmap -e "pointer = 3 2 1"
|
xmodmap -e "pointer = 3 2 1"
|
||||||
conky
|
conky
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue