diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:48:10 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-09 20:48:10 -0500 |
commit | 40f02bc8088ca93224bf65f083c4ab3b17eaf435 (patch) | |
tree | f5c4d0bd619a4f7547f318a86ecfdd05e88ca814 /gentoo/.config/fuzzel | |
parent | d97f4feb2c17835d31a4dff5f1109d50c4111943 (diff) |
move gentoo into subdirectory
Diffstat (limited to 'gentoo/.config/fuzzel')
-rw-r--r-- | gentoo/.config/fuzzel/fuzzel.org | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gentoo/.config/fuzzel/fuzzel.org b/gentoo/.config/fuzzel/fuzzel.org new file mode 100644 index 0000000..be2d91a --- /dev/null +++ b/gentoo/.config/fuzzel/fuzzel.org @@ -0,0 +1,35 @@ +#+title: Fuzzel Configuration + +Place Fuzzel above fullscreen windows. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + layer=overlay +#+end_src + +Define fields to search in. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + fields=name,generic,comment,categories,filename,keywords +#+end_src + +Launch terminal programs in =foot=. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + terminal=foot -e +#+end_src + +Use Source Code Pro like the rest of my configuration. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + font=SauceCodePro Nerd Font:size=15 +#+end_src + +Set the colours. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + [colors] + background=ece0c9e6 + selection=cfbc8ce6 + border=ffffff00 +#+end_src + +Use a square border. +#+begin_src conf :tangle ~/.config/fuzzel/fuzzel.ini :mkdirp yes + [border] + radius=0 +#+end_src |