lxterminal

This commit is contained in:
Peder Bergebakken Sundt 2024-10-07 13:22:15 +02:00
parent ad0be3c1c7
commit 54b4e103ed
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
{
home.packages = with pkgs; [ lxterminal ];
home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf;
home.file.".config/lxterminal/lxterminal.conf".force = true;
}

View File

@ -1,6 +1,6 @@
[general]
fontname=Monospace 14
selchars=-A-Za-z0-9,./?%&#:_@\+=
selchars=-A-Za-z0-9,./?%&#:_~=+
scrollback=5000
bgcolor=rgb(0,0,0)
fgcolor=rgb(211,215,207)