Disable screen locking
This commit is contained in:
parent
f07575e532
commit
a998d64fa9
2 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,5 @@
|
|||
onlykey-cli
|
||||
];
|
||||
|
||||
security.pam.u2f.enable = true;
|
||||
hardware.onlykey.enable = true;
|
||||
programs.i3lock.u2fSupport = true;
|
||||
}
|
||||
|
|
|
@ -100,8 +100,6 @@ pkgs.writeText "i3-conf" ''
|
|||
bindsym $mod+Shift+p mode "$mode_system"
|
||||
set $mode_system (l)ock, (s)uspend, (h)ibernate, (r)eboot, (S)hutdown
|
||||
mode "$mode_system" {
|
||||
bindsym l exec --no-startup-id i3lock, mode "default"
|
||||
bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
||||
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
|
||||
bindsym r exec --no-startup-id systemctl reboot, mode "default"
|
||||
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue