Commit 312babf6e5bf

Vincent Demeester <vincent@sbr.pm>
2018-04-30 11:32:54
Add xss-lock to xssesion back for now
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 00a6594
Changed files (1)
profiles
profiles/desktop.nix
@@ -118,6 +118,7 @@
 				sessionCommands = ''
           ${pkgs.networkmanagerapplet}/bin/nm-applet &
           ${pkgs.xlibs.xmodmap}/bin/xmodmap ~/.Xmodmap &
+          ${pkgs.xss-lock}/bin/xss-lock --ignore-sleep i3lock-color -- --clock -i $HOME/.background-lock --tiling &
 				'';
 			};
 		};