diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..37fc3ce --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,26 @@ +version + + + + + sans-serif + + Terminus (TTF) + + + + + serif + + Terminus (TTF) + + + + + monospace + + Terminus (TTF) + + + + diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index cf1f569..231c800 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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() diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 736a9df..321cce0 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -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)) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 727ad62..8b8507d 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -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