Update modules/workspace/i3/default.nix
This commit is contained in:
parent
0f35653f9d
commit
792f712743
@ -2,7 +2,7 @@
|
|||||||
let
|
let
|
||||||
thm = config.themes.colors;
|
thm = config.themes.colors;
|
||||||
apps = config.defaultApplications;
|
apps = config.defaultApplications;
|
||||||
lock = "swaylock -c ${builtins.substring 1 7 thm.bg}";
|
lock = "swaylock -f -c ${builtins.substring 1 7 thm.bg}";
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables._JAVA_AWT_WM_NONREPARENTING = "1";
|
environment.sessionVariables._JAVA_AWT_WM_NONREPARENTING = "1";
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ in {
|
|||||||
{ command = "${pkgs.cantata}/bin/cantata"; }
|
{ command = "${pkgs.cantata}/bin/cantata"; }
|
||||||
|
|
||||||
{
|
{
|
||||||
command = "swayidle before-sleep '${lock}' lock '${lock}' unlock 'pkill -9 swaylock'";
|
command = "swayidle -w before-sleep '${lock}' lock '${lock}' unlock 'pkill -9 swaylock'";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user