mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
sway module for fisher
This commit is contained in:
parent
6018b615cc
commit
9847745e50
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
cfg = config.luj.programs.sway;
|
||||
modifier = cfg.modifier;
|
||||
terminal = "alacritty";
|
||||
terminal = "kitty";
|
||||
in
|
||||
with lib;
|
||||
{
|
||||
|
@ -28,6 +28,12 @@ with lib;
|
|||
DP-6 = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
};
|
||||
|
||||
DP-7 = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
pos = "0 0";
|
||||
};
|
||||
|
||||
};
|
||||
modifier = cfg.modifier;
|
||||
input = {
|
||||
|
|
Loading…
Add table
Reference in a new issue