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 smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
|
||||
set mbox = "+aethon/INBOX"
|
||||
set signature = "~/.aethon_signature"
|
||||
set signature = "~/documents/work/aethon/signature.txt"
|
||||
set postponed = "+aethon/drafts"
|
||||
unset record
|
||||
|
||||
|
|
2
muttrc
2
muttrc
|
@ -14,7 +14,7 @@ set editor = "/usr/bin/vim +/^$" # use vim and skip to first blank
|
|||
|
||||
# main options
|
||||
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 timeout = 3 # idle time before scanning
|
||||
set mail_check = 0 # minimum time between scans
|
||||
|
|
|
@ -22,19 +22,19 @@ remoterepository = aethon-remote
|
|||
|
||||
[Repository arch-local]
|
||||
type = Maildir
|
||||
localfolders = ~/Mail/arch
|
||||
localfolders = ~/documents/mail/arch
|
||||
|
||||
[Repository gmail-local]
|
||||
type = Maildir
|
||||
localfolders = ~/Mail/gmail
|
||||
localfolders = ~/documents/mail/gmail
|
||||
|
||||
[Repository iactor-local]
|
||||
type = Maildir
|
||||
localfolders = ~/Mail/iactor
|
||||
localfolders = ~/documents/mail/iactor
|
||||
|
||||
[Repository aethon-local]
|
||||
type = Maildir
|
||||
localfolders = ~/Mail/aethon
|
||||
localfolders = ~/documents/mail/aethon
|
||||
|
||||
[Repository arch-remote]
|
||||
type = Gmail
|
||||
|
|
2
xinitrc
2
xinitrc
|
@ -1,6 +1,6 @@
|
|||
# -*- 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"
|
||||
conky
|
||||
|
||||
|
|
Loading…
Reference in a new issue