Commit graph

16 commits

Author SHA1 Message Date
8497f018eb Update qutebrowser configs
- Formatter swapped some quotes around
- Small color tweaks
- Hardware decoding
2024-10-01 11:28:51 -07:00
0d92cfcf54 Remove forced Workspace 9 for videos launched from Qute
- Also remove directive to remove qt workers, does not seem necessary on
  Linux
2022-12-25 05:58:13 -08:00
6d33fcf73f Swap font configs to use monospace, remove kitty conf 2022-10-23 22:43:02 -07:00
648f9e48f3 Add site-specific JS handling for qute 2022-10-03 15:38:51 -07:00
b99cabde7a A couple of uncommitted changes for mpv, vim, and qute
- Drop the audio normalization filter for mpv. It was doing more harm
  than good.
- Make the tab bar in qute only display if I have multiple tabs
- Kill mouse interference in vim dead
2022-08-12 15:54:56 -07:00
7ea5b27f35 Add "tv" wayland app id to MPV calls from Quteb 2022-06-11 16:15:56 -07:00
b6690c209d Make qutebrowser-spawned mpv always have a window
Kind of sucks if you open an mp3 and no windows appears because you have
to then use a shell or qute's process handling to make it stop :)
2022-05-21 18:23:30 -07:00
b600f8b27e Enable qt service work cull in qutebrowser
Newest Qute has a crash bug if you don't cull QT service workers on
startup. This used to be a Windows thing but now it's on Linux I guess,
so let's just make it the default.
2022-05-04 19:06:46 -07:00
cb347ce08c Make sure qute blocks ads 2022-04-16 07:20:14 -07:00
d005066208 Tweak qutebrowser adblock, launch nextcloud on boot 2021-06-19 06:52:43 -07:00
68cf038d05 Massive changes for archlinux move
- Add Xft Xresources to make fonts not ugly
- Add dunstrc now that I'm using dunst
- Manage GTK settings now that I'm free of mate-settings
- Add an i3 keybind for pcmanfm
- Make kitty font size chords +/- by 1pt and not 2pt
- Explicitly specify fonts everywhere
- Put barrier and dunst in xinitrc
- Make QT theme explicit via env var
- Move ZSH keybinds to global since Arch doesn't bind them
2021-04-15 18:54:43 -07:00
b67755e615 Provide for a floating window in i3
- Make any window opened with class `__user_requests_float` float
- Configure qutebrowser to use a script that starts kitty->vim this way
2021-04-10 17:03:13 -07:00
f85e083345 Fix linter on qutebrowser config, set editor, add paywall handling 2021-04-04 21:46:54 -07:00
430b199476 Configure qutebrowser for version 2.2
Mostly just renaming a few config directives. Also support launching mpv
from the browser.
2021-04-04 21:08:32 -07:00
ed5e5150d6 Push base16 theme changes
- Switch to a base16 builder wrapper I wrote myself
- Switch small details on a bunch of templates
- Switch to a QVP based color scheme I wrote myself

This should form the most rational default for colors going forward.
2021-04-04 00:09:46 -07:00
fbff00631b Switch EVERYTHING to using base16
This is the result of using [base16](https://github.com/chriskempson/base16).
The first crack at establishing a base16 theme here is based on irblack
with a slight modification to make text selection purple and make rofi's
template less ridiculous.

Also added .Xresources and qutebrowser to management, and added the
resulting vim themes directly to management as well.
2021-04-01 21:16:35 -07:00