Minor rolling changes

Signed-off-by: Tommy Harris <tobraha@tilde.team>
This commit is contained in:
Tommy Harris 2021-06-05 11:42:55 -06:00
parent 4342eec22d
commit 4867bc77ac
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
4 changed files with 37 additions and 7 deletions

View File

@ -0,0 +1,26 @@
version <?xml='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<alias>
<family>sans-serif</family>
<prefer>
<family>Terminus (TTF)</family>
</prefer>
</alias>
<alias>
<family>serif</family>
<prefer>
<family>Terminus (TTF)</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Terminus (TTF)</family>
</prefer>
</alias>
</fontconfig>

View File

@ -15,6 +15,10 @@ from qutebrowser.api import interceptor
# Change the argument to True to still load settings configured via autoconfig.yml
config.load_autoconfig(False)
# Load a restored tab as soon as it takes focus.
# Type: Bool
c.session.lazy_restore = True
# Always restore open sites when qutebrowser is reopened. Without this
# option set, `:wq` (`:quit --save`) needs to be used to save open tabs
# (and restore them), while quitting qutebrowser in any other way will
@ -263,13 +267,13 @@ c.colors.webpage.darkmode.enabled = True
# - lightness-cielab: Modify colors by converting them to CIELAB color space and inverting the L value. Not available with Qt < 5.14.
# - lightness-hsl: Modify colors by converting them to the HSL color space and inverting the lightness (i.e. the "L" in HSL).
# - brightness-rgb: Modify colors by subtracting each of r, g, and b from their maximum value.
c.colors.webpage.darkmode.algorithm = 'brightness-rgb'
c.colors.webpage.darkmode.algorithm = 'lightness-cielab'
# Default font families to use. Whenever "default_family" is used in a
# font setting, it's replaced with the fonts listed here. If set to an
# empty value, a system-specific monospace default is used.
# Type: List of Font, or Font
c.fonts.default_family = 'Iosevka'
c.fonts.default_family = 'Terminus'
# Bindings for normal mode
config.bind(',ap', 'config-cycle content.user_stylesheets ~/repo/solarized-everything-css/css/apprentice/apprentice-all-sites.css ""')
@ -290,7 +294,7 @@ def filter_yt(info: interceptor.Request):
url = info.request_url
if (
url.host() == "www.youtube.com"
and url.path() == "/get_video_info"
# and url.path() == "/get_video_info"
and "&adformat=" in url.query()
):
info.block()

View File

@ -433,7 +433,7 @@ This function is called at the very end of Spacemacs initialization."
'(fci-rule-color "#151515")
'(hl-sexp-background-color "#1c1f26")
'(org-agenda-clockreport-parameter-plist '(:link t :maxlevel 2))
'(org-agenda-files '("~/sync/ATG/tommy_notebook.org"))
'(org-agenda-files nil)
'(org-clock-clocktable-default-properties '(:maxlevel 2 :scope file))
'(org-clocktable-defaults
'(:maxlevel 2 :lang "en" :scope file :block nil :wstart 1 :mstart 1 :tstart nil :tend nil :step nil :stepskip0 nil :fileskip0 nil :tags nil :match nil :emphasize nil :link nil :narrow 40! :indent t :hidefiles nil :formula nil :timestamp nil :level nil :tcolumns nil :formatter nil))

View File

@ -14,8 +14,8 @@ super + r
st -f "Iosevka Extended-10" ranger
# web browser: firefox | choose profiles
super + alt + b ; {t,c,a}
firefox -P {"Tommy","Charles-IT", "Ambitions"}
super + alt + b ; {t,c,a,i}
firefox -P {"Tommy","Charles-IT", "Ambitions", "Insurity"}
# web browser: qutebrowser
super + alt + b ; q
@ -29,7 +29,7 @@ super + alt + c ; {b,s,e,p,x,z,n}
"~/sync/candle/candle.txt.gpg", \
"~/.xinitrc", \
"~/.zshrc", \
"~/sync/ATG/tommy_notebook.org" }
"~/sync/ATG/tommy_notebook.org.gpg" }
# program launcher
super + @space