diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-05-10 03:04:35 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-05-10 03:04:35 +0300 |
commit | c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e (patch) | |
tree | e706c1d2b159340e6467d2300fdce62add98438c /dotfiles/.config/kitty | |
parent | a8cc83eb26bf7f9e94f655c81331444d243e1f3d (diff) | |
download | swayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.tar.gz swayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.zip |
no more transparency in programs
Diffstat (limited to 'dotfiles/.config/kitty')
-rw-r--r-- | dotfiles/.config/kitty/kitty.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/kitty/kitty.conf b/dotfiles/.config/kitty/kitty.conf index 09d1fc4..8c02f01 100644 --- a/dotfiles/.config/kitty/kitty.conf +++ b/dotfiles/.config/kitty/kitty.conf @@ -7,6 +7,7 @@ #: characters. font_family BlexMono Nerd Font Mono +#font_family PxPlus IBM CGAthin # bold_font auto # italic_font auto # bold_italic_font auto @@ -464,7 +465,7 @@ background #1b1e25 #: The foreground and background colors -background_opacity 0.95 +background_opacity 1 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if |