mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-28 23:00:58 +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
|
let
|
||||||
cfg = config.luj.programs.sway;
|
cfg = config.luj.programs.sway;
|
||||||
modifier = cfg.modifier;
|
modifier = cfg.modifier;
|
||||||
terminal = "alacritty";
|
terminal = "kitty";
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
|
@ -28,6 +28,12 @@ with lib;
|
||||||
DP-6 = {
|
DP-6 = {
|
||||||
bg = builtins.toString cfg.background + " fill";
|
bg = builtins.toString cfg.background + " fill";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
DP-7 = {
|
||||||
|
bg = builtins.toString cfg.background + " fill";
|
||||||
|
pos = "0 0";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
modifier = cfg.modifier;
|
modifier = cfg.modifier;
|
||||||
input = {
|
input = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue