Merge branch 'master' of github.com:dopefishh/dotfiles
authorMart Lubbers <mart@martlubbers.net>
Fri, 12 Jan 2018 09:42:23 +0000 (10:42 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 12 Jan 2018 09:42:43 +0000 (10:42 +0100)
email/.config/msmtp/config
email/.config/offlineimap/config
email/.mutt/colors.muttrc
pkgs.sh
shell/.bashrc
vim/.vimrc
x/.Xresources
x/.xinitrc

index 1bd1a72..835767d 100644 (file)
@@ -6,8 +6,8 @@ tls on
 tls_fingerprint 04:89:EE:5E:B3:16:43:D7:48:4C:A3:4B:1A:16:68:3F:01:61:A4:E7:6A:4D:54:28:5A:E1:AD:88:62:65:3A:CD
 user mart@martlubbers.net
 passwordeval pass mail/mart@martlubbers.net
-proxy_host localhost
-proxy_port 8008
+#proxy_host localhost
+#proxy_port 8008
 from mart@martlubbers.net
 
 account ru
index 4eb871c..0fd5652 100644 (file)
@@ -8,7 +8,7 @@ ui = quiet
 localrepository = Local
 remoterepository = Remote
 postsynchook = notmuch new
-proxy = SOCKS5:localhost:8008
+#proxy = SOCKS5:localhost:8008
 
 [Repository Local]
 type = Maildir
index 99a2298..4da7645 100644 (file)
@@ -1,4 +1,4 @@
-# sidebar
+# regular
 color normal white default
 color attachment brightyellow default
 color hdrdefault cyan default
diff --git a/pkgs.sh b/pkgs.sh
index 0643d81..20888ae 100644 (file)
--- a/pkgs.sh
+++ b/pkgs.sh
@@ -26,4 +26,5 @@ sudo apt-get install \
        w3m \
        x11-xserver-utils  \
        xinit \
-       xautolock
+       xautolock \
+       compton
index d5e443b..29d1747 100644 (file)
@@ -19,11 +19,14 @@ export CLEAN_HOME=/opt/clean
 export PATH=~/.local/bin:$PATH
 export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin
 export PATH=$PATH:~/projects/esp-open-sdk/xtensa-lx106-elf/bin
-export PATH=$PATH:/opt/texlive/bin/x86_64-linux:/opt/zotero
+export PATH=$PATH:/opt/texlive/bin/x86_64-linux:/opt/zotero:/opt/firefox
 
 export GTK_IM_MODULE=xim
 export QT_IM_MODULE=xim
 
+# transparency in some applications such as mutt
+export COLORFGBG="default;default"
+
 alias ls='ls --color=auto'
 alias grep='grep --color=auto'
 alias vi=vim
index 794c49c..3e1569d 100644 (file)
@@ -67,3 +67,9 @@ let g:syntastic_always_populate_loc_list = 1
 let g:syntastic_auto_loc_list = 1
 let g:syntastic_check_on_open = 0
 let g:syntastic_check_on_wq = 0
+
+" Vimtex options
+let g:vimtex_compiler_enabled = 0
+
+" Background transparency
+hi Normal guibg=NONE ctermbg=NONE
index 656f0ac..df96044 100644 (file)
@@ -8,7 +8,9 @@ Xft.rgba: rgb
 Xft.dpi: 96
 
 !Colors
-Rxvt*background: rgb:00/00/00
+!URxvt*background: rgb:00/00/00
+URxvt*depth: 32
+URxvt*background: rgba:0000/0000/0200/c800
 URxvt*foreground: rgb:cf/cf/cf
 URxvt*color0: rgb:00/00/00
 URxvt*color1: rgb:e0/10/10
index f2daf31..bbd42d8 100755 (executable)
@@ -2,6 +2,8 @@
 urxvtd -q -o -f &
 xautolock -locker ~/.local/bin/lock.sh &
 dunst &
+compton -b
+~/.fehbg
 
 eval "$(gpg-agent --daemon)"
 xrdb -merge ~/.Xresources