dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit a8e87a987793e9511f0d57fd6b2baa46e1820201
parent 523edd4275419b0e62f5357be6120fc4dcdd65ea
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 14:51:37 +0100

chore(tmp): moved tmp dl dir

Diffstat:
Mherbstluftwm/.local/bin/herbstluftwm-miniscratch | 2+-
Mmutt/.config/mutt/muttrc | 2+-
Mnewsboat/.config/newsboat/config | 2+-
Mqutebrowser/.config/qutebrowser/config.py | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/herbstluftwm/.local/bin/herbstluftwm-miniscratch b/herbstluftwm/.local/bin/herbstluftwm-miniscratch @@ -28,7 +28,7 @@ init() { # unminimize last window of a tag # if the `my_minimized_age` attribute does not exist (i.e. the window has not been # minimized with this script), use arbitrary order to unminimize - LANG=en_US.UTF-8 urxvt -title scratchpad -cd /home/pyratebeard -e vim ~/tmp/scratch & + LANG=en_US.UTF-8 urxvt -title scratchpad -cd /home/pyratebeard -e vim ~/.local/tmp/scratch & sleep 1 scratchclient=$(hc foreach CLIENT clients. and , echo CLIENT , sprintf ATTRSTR %c.title CLIENT substitute ATTRVALUE ATTRSTR echo ATTRVALUE | \ grep -B1 '^scratchpad$' | head -n1 | awk -F. '{print $NF}') diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc @@ -110,4 +110,4 @@ bind index,pager <F6> sidebar-next-new bind index,pager B sidebar-toggle-visible # macros -macro attach W "<save-entry><bol>~/tmp/<eol>" +macro attach W "<save-entry><bol>~/.local/tmp/<eol>" diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config @@ -5,7 +5,7 @@ auto-reload no reload-threads 100 browser lynx -save-path ~/tmp +save-path ~/.local/tmp notify-program /usr/bin/notify-send player mpv confirm-mark-feed-read no diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py @@ -126,7 +126,7 @@ c.completion.shrink = False # Directory to save downloads to. If unset, a sensible OS-specific # default is used. # Type: Directory -c.downloads.location.directory = '~/tmp' +c.downloads.location.directory = '~/.local/tmp' # Prompt the user for the download location. If set to false, # `downloads.location.directory` will be used.