Adding readme and making qutebrowser dark
This commit is contained in:
parent
a953b9512b
commit
e13bbbf540
9
README.org
Normal file
9
README.org
Normal file
|
@ -0,0 +1,9 @@
|
|||
#+TITLE: Readme
|
||||
#+AUTHOR: Chris Cochrun mailto:chris@tfcconnection.org
|
||||
|
||||
* Welcome
|
||||
This repository contains all of my dotfiles for the strange and odd configurations I make to the many programs I like to use on Linux.
|
||||
|
||||
Hopefully many of them will be of some use to you. I plan on eventually making these all literate so that you are able to see many comments in line with the configs and why they are the way they are but, I'm a chump and haven't done it yet.
|
||||
|
||||
* Thanks!
|
|
@ -19,7 +19,7 @@ rounded-corners-exclude = [
|
|||
"class_g = 'Thunderbird'",
|
||||
# "class_g = 'Alacritty'"
|
||||
];
|
||||
round-borders = 1;
|
||||
round-borders = 12;
|
||||
round-borders-exclude = [
|
||||
#"class_g = 'TelegramDesktop'",
|
||||
];
|
||||
|
|
|
@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.7
|
|||
## `colors.webpage.darkmode.threshold.background` to 205. - "With
|
||||
## selective inversion of everything": Combines the two variants above.
|
||||
## Type: Bool
|
||||
# c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
|
||||
## Render all colors as grayscale. This only has an effect when
|
||||
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
|
||||
|
|
Loading…
Reference in a new issue