lxterminal
This commit is contained in:
parent
ad0be3c1c7
commit
54b4e103ed
|
@ -2,4 +2,5 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ lxterminal ];
|
home.packages = with pkgs; [ lxterminal ];
|
||||||
home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf;
|
home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf;
|
||||||
|
home.file.".config/lxterminal/lxterminal.conf".force = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[general]
|
[general]
|
||||||
fontname=Monospace 14
|
fontname=Monospace 14
|
||||||
selchars=-A-Za-z0-9,./?%&#:_@\+=
|
selchars=-A-Za-z0-9,./?%&#:_~=+
|
||||||
scrollback=5000
|
scrollback=5000
|
||||||
bgcolor=rgb(0,0,0)
|
bgcolor=rgb(0,0,0)
|
||||||
fgcolor=rgb(211,215,207)
|
fgcolor=rgb(211,215,207)
|
||||||
|
|
Loading…
Reference in New Issue