mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
kitty -> alacritty
This commit is contained in:
parent
703cf2cfd9
commit
0e370b033a
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
cfg = config.luj.programs.sway;
|
||||
modifier = cfg.modifier;
|
||||
terminal = "kitty";
|
||||
terminal = "alacritty";
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
|
@ -25,8 +25,8 @@ with lib;
|
|||
terminal = terminal;
|
||||
output =
|
||||
{
|
||||
eDP-1 = {
|
||||
bg = builtins.toString cfg.background + " fit";
|
||||
DP-6 = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
};
|
||||
};
|
||||
modifier = cfg.modifier;
|
||||
|
|
Loading…
Add table
Reference in a new issue