Rofi: fix terminal settings
This commit is contained in:
parent
907ff34e53
commit
40c2012d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
|
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
|
||||||
plugins = [ pkgs.rofi-calc ];
|
plugins = [ pkgs.rofi-calc ];
|
||||||
extraConfig = { modi = "drun,run,ssh,window,calc"; };
|
extraConfig = { modi = "drun,run,ssh,window,calc"; };
|
||||||
terminal = "kitty";
|
terminal = "alacritty";
|
||||||
theme = "onedark";
|
theme = "onedark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue