Rofi: fix terminal settings

This commit is contained in:
Filippo Berto 2023-06-28 10:52:46 +01:00
parent 907ff34e53
commit 40c2012d8d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -16,7 +16,7 @@
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
plugins = [ pkgs.rofi-calc ];
extraConfig = { modi = "drun,run,ssh,window,calc"; };
terminal = "kitty";
terminal = "alacritty";
theme = "onedark";
};