| misc config tweaks - dotfiles - These are my dotfiles. There are many like it, … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 18579045a4c49786f6c2b745697228e1b56e7655 | |
| parent cf98cf5f581c96e3dce1d99171c97fac07024c4a | |
| Author: Jay Scott <[email protected]> | |
| Date: Sun, 8 Jan 2023 21:11:38 +0000 | |
| misc config tweaks | |
| Diffstat: | |
| M ashrc | 4 ++-- | |
| M moc/config | 5 ++--- | |
| M qutebrowser/config.py | 3 +++ | |
| M qutebrowser/scripts/gruvbox.py | 2 +- | |
| 4 files changed, 8 insertions(+), 6 deletions(-) | |
| --- | |
| diff --git a/ashrc b/ashrc | |
| @@ -10,7 +10,7 @@ export PASSWORD_STORE_DIR="$XDG_CONFIG_HOME"/pass | |
| export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc | |
| export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority | |
| export CARGO_HOME="$XDG_DATA_HOME"/cargo | |
| -alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts" | |
| +alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' | |
| # common exports | |
| GPG_TTY=$(tty) | |
| @@ -23,7 +23,7 @@ export GOPROXY=direct | |
| export CFLAGS="-O3 -march=native -pipe" | |
| export CXXFLAGS="$CFLAGS" | |
| export MAKEFLAGS=-j12 | |
| -export PS1='-> ' | |
| +export PS1="[\[$(tput sgr0)\]\[\033[38;5;7m\]\W\[$(tput sgr0)\]] \\$ \[$(tput … | |
| export BEMENU_OPTS="-p '> ' --tb '#013220' --tf '#ffffff' --hf '#444444'" | |
| diff --git a/moc/config b/moc/config | |
| @@ -3,6 +3,5 @@ Sort = FileName | |
| Shuffle = yes | |
| AutoNext = yes | |
| Theme = black_orange | |
| -ReadTags = no | |
| -ShowTime = no | |
| -TagsCacheSize = 0 | |
| +ReadTags = yes | |
| +ShowTime = yes | |
| diff --git a/qutebrowser/config.py b/qutebrowser/config.py | |
| @@ -21,12 +21,15 @@ config.bind("xx", "set tabs.show always;; later 5000 set ta… | |
| config.bind("xc", "spawn --userscript password_fill") | |
| config.bind("zd", "download-open") | |
| config.bind("xz", "hint links spawn --detach mpv --ytdl-format=\"bestvideo[hei… | |
| +config.bind("j", "run-with-count 5 scroll down") | |
| +config.bind("k", "run-with-count 5 scroll up") | |
| # tabbar | |
| c.tabs.position = "top" | |
| c.tabs.show = "multiple" | |
| c.tabs.title.format = "" | |
| c.tabs.width = 28 | |
| +c.tabs.favicons.show = "never" | |
| # hints | |
| c.colors.hints.bg = "rgb(207,186,88)" #cfba58 | |
| diff --git a/qutebrowser/scripts/gruvbox.py b/qutebrowser/scripts/gruvbox.py | |
| @@ -329,4 +329,4 @@ c.colors.tabs.pinned.selected.odd.fg = c.colors.tabs.select… | |
| # Background color for webpages if unset (or empty to use the theme's | |
| # color). | |
| -c.colors.webpage.bg = bg4 | |
| +# c.colors.webpage.bg = bg4 |