From 4d5c7265757e0ed9e7baedcf0ffc4eafe80464d9 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 2 Mar 2020 00:55:55 +0300 Subject: [PATCH] Update modules/workspace/i3/default.nix --- modules/workspace/i3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workspace/i3/default.nix b/modules/workspace/i3/default.nix index 97b0a6f..bd35d2b 100755 --- a/modules/workspace/i3/default.nix +++ b/modules/workspace/i3/default.nix @@ -2,7 +2,7 @@ let thm = config.themes.colors; apps = config.defaultApplications; - lock_fork = "swaylock -c ${builtins.substring 1 7 thm.bg}"; + lock_fork = "swaylock -f -c ${builtins.substring 1 7 thm.bg}"; lock = pkgs.writeShellScript "lock" "swaymsg 'output * dpms off'; swaylock -c ${builtins.substring 1 7 thm.bg}; swaymsg 'output * dpms on'"; in { environment.sessionVariables._JAVA_AWT_WM_NONREPARENTING = "1";