fix locks

auto-flake-update
Yorick van Pelt 2016-09-19 13:30:22 +02:00
parent 746ca3197d
commit 65740627b2
2 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{writeTextDir, writeScript, lib,
rofi, xautolock, nitrogen, compton-git, i3status, i3-gaps
rofi, xss-lock, nitrogen, compton-git, i3status, i3-gaps
, i3lock-fancy, xset, alsaUtils, brightness, screenshot_public,
with_lock ? true}:
@ -126,7 +126,7 @@ bindsym $mod+ctrl+r reload
bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+ctrl+l exec --no-startup-id ${xautolock}/bin/xautolock -locknow
bindsym $mod+ctrl+l exec --no-startup-id loginctl lock-session
# resize window (you can also use the mouse for that)
mode "resize" {
@ -171,7 +171,7 @@ exec --no-startup-id ${compton-git}/bin/compton --config /home/yorick/dotfiles/x
'' + (lib.optionalString with_lock ''
exec --no-startup-id ${xautolock}/bin/xautolock -time 15 -locker ${locker} -lockaftersleep
exec --no-startup-id ${xss-lock}/bin/xss-lock -l -- ${locker}
'') + ''

View File

@ -41,6 +41,17 @@
sha256 = "1fql3z6qv1is1jarjp24bqb7g5xi5sfchl9jqjd54yjvjxl0q61v";
}) {};
i3lock-color = pkgs.i3lock-color.overrideDerivation (attrs: rec {
rev = "c8e1aece7301c3c6481bf2f695734f8d273f252e";
name = "i3lock-color-2.7_rev${builtins.substring 0 7 rev}";
src = fetchFromGitHub {
owner = "Arcaena";
repo = "i3lock-color";
inherit rev;
sha256 = "07fpvwgdfxsnxnf63idrz3n1kbyayr53lsfns2q775q93cz1mfia";
};
});
yscripts = pkgs.callPackage ../../bin {};