Update modules/workspace/i3/default.nix

This commit is contained in:
Alexander Bantyev 2020-03-02 00:55:55 +03:00
parent de5cbb230d
commit 4d5c726575
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
let let
thm = config.themes.colors; thm = config.themes.colors;
apps = config.defaultApplications; 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'"; lock = pkgs.writeShellScript "lock" "swaymsg 'output * dpms off'; swaylock -c ${builtins.substring 1 7 thm.bg}; swaymsg 'output * dpms on'";
in { in {
environment.sessionVariables._JAVA_AWT_WM_NONREPARENTING = "1"; environment.sessionVariables._JAVA_AWT_WM_NONREPARENTING = "1";