diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-22 03:51:42 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-22 03:51:42 +0300 |
commit | 805b435113e8c61e6b329ec7bf6fa4e2b2a61860 (patch) | |
tree | 66385efe2f62079be4309d90602d6abbcce290c1 /dotfiles/.config/foot/foot.ini | |
parent | c95d0243bb66f20850ec99677d189238f5ee2acf (diff) | |
download | swayrice-805b435113e8c61e6b329ec7bf6fa4e2b2a61860.tar.gz swayrice-805b435113e8c61e6b329ec7bf6fa4e2b2a61860.zip |
Some changes to improve things on the X200
* Switched to foot, since Alacritty doesn't support older GPUs and
because foot consumes around 7-15MB of RAM per instance while Alacritty
consumes around 30-60MB/instance.
* Other minor changes and improvements.
Diffstat (limited to 'dotfiles/.config/foot/foot.ini')
-rw-r--r-- | dotfiles/.config/foot/foot.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini new file mode 100644 index 0000000..1fb832f --- /dev/null +++ b/dotfiles/.config/foot/foot.ini @@ -0,0 +1,31 @@ +line-height = 10 + +[mouse] +hide-when-typing = yes + +[colors] + +foreground = fcf8e2 +background = 151517 + +regular0 = 33333a +regular1 = b73030 +regular2 = 6d974b +regular3 = b2872f +regular4 = 3f6e90 +regular5 = 9c6992 +regular6 = 5b8277 +regular7 = b0afa8 + +bright0 = 676775 +bright1 = c45c5c +bright2 = 92b078 +bright3 = e2b55a +bright4 = 81acc1 +bright5 = b48ead +bright6 = 7fac96 +bright7 = faf6e5 + +[search-bindings] +find-prev = Control+p +find-next = Control+n |