slurp: fix sway build
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7195bad13f
commit
f8a2474955
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ in {
|
||||||
# https://github.com/emersion/slurp
|
# https://github.com/emersion/slurp
|
||||||
# https://github.com/emersion/slurp/blob/master/slurp.1.scd
|
# https://github.com/emersion/slurp/blob/master/slurp.1.scd
|
||||||
home.sessionVariables.SLURP_ARGS = lib.concatStringsSep " " [
|
home.sessionVariables.SLURP_ARGS = lib.concatStringsSep " " [
|
||||||
"-B 00000000"
|
"'-B 00000000"
|
||||||
"-b 00000000"
|
"-b 00000000"
|
||||||
"-c d33682"
|
"-c d33682"
|
||||||
#// "-s d3368240"
|
#// "-s d3368240"
|
||||||
"-w 2"
|
"-w 2'"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue