From b32e821c4d49d807bb07b708bb99a8f8b16f285d Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 3 Dec 2017 11:23:18 +0100 Subject: [PATCH] remove proxy, add transparency, add compton --- email/.config/msmtp/config | 6 +++--- email/.mutt/colors.muttrc | 2 +- pkgs.sh | 3 ++- shell/.bashrc | 5 ++++- vim/.vim/pack/plugins/start/vim-clean | 2 +- vim/.vim/pack/plugins/start/vimtex | 2 +- vim/.vimrc | 3 +++ x/.Xresources | 4 +++- x/.xinitrc | 2 ++ 9 files changed, 20 insertions(+), 9 deletions(-) diff --git a/email/.config/msmtp/config b/email/.config/msmtp/config index 887ed28..ebde36d 100644 --- a/email/.config/msmtp/config +++ b/email/.config/msmtp/config @@ -3,11 +3,11 @@ host lubbers.email port 587 auth on tls on -tls_fingerprint 80:C8:64:F1:E4:E4:5F:4B:61:BF:DB:0D:52:D3:98:E2:03:E8:06:4B:6A:0B:4B:D2:FE:F5:79:7B:6C:85:43:A8 +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 diff --git a/email/.mutt/colors.muttrc b/email/.mutt/colors.muttrc index 99a2298..4da7645 100644 --- a/email/.mutt/colors.muttrc +++ b/email/.mutt/colors.muttrc @@ -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 --- a/pkgs.sh +++ b/pkgs.sh @@ -26,4 +26,5 @@ sudo apt-get install \ w3m \ x11-xserver-utils \ xinit \ - xautolock + xautolock \ + compton diff --git a/shell/.bashrc b/shell/.bashrc index 03aef50..29d1747 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -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/2017/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 diff --git a/vim/.vim/pack/plugins/start/vim-clean b/vim/.vim/pack/plugins/start/vim-clean index ab14122..74b9c00 160000 --- a/vim/.vim/pack/plugins/start/vim-clean +++ b/vim/.vim/pack/plugins/start/vim-clean @@ -1 +1 @@ -Subproject commit ab141221b34dd3b9026ab7061b7d8d1dcfd8df64 +Subproject commit 74b9c00a40a3e2b0a72b1887cbb59ee624084ec9 diff --git a/vim/.vim/pack/plugins/start/vimtex b/vim/.vim/pack/plugins/start/vimtex index edbf710..5d2dd46 160000 --- a/vim/.vim/pack/plugins/start/vimtex +++ b/vim/.vim/pack/plugins/start/vimtex @@ -1 +1 @@ -Subproject commit edbf71069b3b0ff3d04bf78626ab6a8b6037e064 +Subproject commit 5d2dd4664ea589eb9cf19c3c031af0ebd0c54b57 diff --git a/vim/.vimrc b/vim/.vimrc index 6740250..3e1569d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -70,3 +70,6 @@ let g:syntastic_check_on_wq = 0 " Vimtex options let g:vimtex_compiler_enabled = 0 + +" Background transparency +hi Normal guibg=NONE ctermbg=NONE diff --git a/x/.Xresources b/x/.Xresources index 656f0ac..df96044 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -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 diff --git a/x/.xinitrc b/x/.xinitrc index f2daf31..bbd42d8 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -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 -- 2.20.1