Update alpheratz and readd anki
This commit is contained in:
@@ -37,12 +37,18 @@ in
|
||||
command = "systemctl suspend";
|
||||
})
|
||||
];
|
||||
events = [
|
||||
(mkIf (!gui.sway.desktop) {
|
||||
event = "before-sleep";
|
||||
command = "${pkgs.swaylock}/bin/swaylock -f -c 000000";
|
||||
})
|
||||
];
|
||||
|
||||
events = (mkIf (!gui.sway.desktop) {
|
||||
"before-sleep" = "${pkgs.swaylock}/bin/swaylock -f -c 000000";
|
||||
});
|
||||
|
||||
# Updated for unstable
|
||||
# events = [
|
||||
# (mkIf (!gui.sway.desktop) {
|
||||
# event = "before-sleep";
|
||||
# command = "${pkgs.swaylock}/bin/swaylock -f -c 000000";
|
||||
# })
|
||||
# ];
|
||||
|
||||
};
|
||||
wayland.windowManager.sway = {
|
||||
|
||||
Reference in New Issue
Block a user