1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Make Fuzzel runner work well and make font dpi unaware

This commit is contained in:
RGBCube 2023-11-11 09:15:35 +03:00
parent af189f76b5
commit c0a319c69a
No known key found for this signature in database

View file

@ -3,10 +3,11 @@
homeConfiguration "nixos" { homeConfiguration "nixos" {
programs.fuzzel = enabled { programs.fuzzel = enabled {
settings.main = { settings.main = {
font = "OpenSans:size=12"; font = "OpenSans:size=18";
prompt = ''" "''; dpi-aware = false;
prompt = ''" "'';
terminal = "kitty"; terminal = "kitty --detach --hold";
tabs = 4; tabs = 4;