dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit ef6108f45e931ee440e8f2fa48133f796ad56dea
parent 3a2afcb0a90948376fbbf82365ce2a6a984292d1
Author: Ashymad <czilukim@o2.pl>
Date:   Tue,  5 Dec 2017 10:50:15 +0100

.

Diffstat:
M.cmus/start-cmus.sh | 2+-
M.config/astroid/config | 8+++++---
M.config/compton.conf | 6+++---
M.config/mpv/mpv.conf | 2+-
M.extend.Xresources | 10++++------
5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/.cmus/start-cmus.sh b/.cmus/start-cmus.sh @@ -3,4 +3,4 @@ i3-msg "workspace 4; append_layout /home/shyman/.i3/cmus.json" nohup geeqie -t > /dev/null & nohup urxvt -e "cmus" > /dev/null & -nohup urxvt -e "cava" > /dev/null & +nohup urxvt -fn "xft:monaco:size=8" -e cava > /dev/null & diff --git a/.config/astroid/config b/.config/astroid/config @@ -1,7 +1,7 @@ { "astroid": { "config": { - "version": "9" + "version": "10" }, "notmuch_config": "\/home\/shyman\/.notmuch-config", "debug": { @@ -44,7 +44,8 @@ "charset": "utf-8", "save_draft_on_force_quit": "true", "attachment_words": "attach", - "attachment_directory": "~" + "attachment_directory": "~", + "markdown_processor": "marked" }, "mail": { "reply": { @@ -112,7 +113,8 @@ "signature_default_on": "true", "signature_attach": "false", "signature_separate": "false", - "select_query": "" + "select_query": "", + "signature_file_markdown": "" } }, "startup": { diff --git a/.config/compton.conf b/.config/compton.conf @@ -23,7 +23,7 @@ glx-no-stencil = true; # but a 20% increase when only 1/4 is. # My tests on nouveau show terrible slowdown. # Useful with --glx-swap-method, as well. -glx-copy-from-front = false; +# glx-copy-from-front = false; # GLX backend: Use MESA_copy_sub_buffer to do partial screen update. # My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated. @@ -47,7 +47,7 @@ glx-copy-from-front = false; # Useless with --glx-use-copysubbuffermesa. # Partially breaks --resize-damage. # Defaults to undefined. -glx-swap-method = -1; #"undefined"; +glx-swap-method = 1; #"undefined"; ################################# # @@ -188,7 +188,7 @@ vsync = "opengl-swc"; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though. -dbe = false; +dbe = true; # Painting on X Composite overlay window. Recommended. paint-on-overlay = true; diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -11,7 +11,7 @@ vo=gpu #opengl-vsync-fences=1 #opengl-waitvsync #opengl-glfinish -screenshot-directory=~Pictures/screenshots/ +screenshot-directory=~/Pictures/screenshots/ #interpolation-threshold=-1 #hwdec=no fullscreen diff --git a/.extend.Xresources b/.extend.Xresources @@ -23,10 +23,9 @@ URxvt.colorBD: rgb:fc/fc/fc URxvt.scrollBar: false URxvt.visualBell: true ! this is SO AWESOME: -URxvt.fading: 15 URxvt.font: xft:monaco:size=12 ! URL launcher -URxvt.matcher.button: 1 -URxvt.perl-ext: -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: firefox-developer -\ No newline at end of file +!URxvt.matcher.button: 1 +!URxvt.perl-ext: +!URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: firefox-developer