mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
hyprland,sway: sleep 2 before suspend
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
aec4214add
commit
82325d16e2
|
@ -31,7 +31,7 @@ in {
|
||||||
["timeout 120 '${lib.getExe pkgs.brightnessctl} -s set 10' resume '${lib.getExe pkgs.brightnessctl} -r'"]
|
["timeout 120 '${lib.getExe pkgs.brightnessctl} -s set 10' resume '${lib.getExe pkgs.brightnessctl} -r'"]
|
||||||
++ (
|
++ (
|
||||||
if cfg.desktop.autoSuspend
|
if cfg.desktop.autoSuspend
|
||||||
then ["timeout 600 '${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
|
then ["timeout 600 'sleep 2 && ${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
|
||||||
else [
|
else [
|
||||||
"timeout 600 '${lib.getExe pkgs.swaylock}'"
|
"timeout 600 '${lib.getExe pkgs.swaylock}'"
|
||||||
"timeout 630 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'"
|
"timeout 630 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'"
|
||||||
|
|
|
@ -12,7 +12,7 @@ in {
|
||||||
["timeout 120 '${lib.getExe pkgs.brightnessctl} -s set 10' resume '${lib.getExe pkgs.brightnessctl} -r'"]
|
["timeout 120 '${lib.getExe pkgs.brightnessctl} -s set 10' resume '${lib.getExe pkgs.brightnessctl} -r'"]
|
||||||
++ (
|
++ (
|
||||||
if cfg.desktop.autoSuspend
|
if cfg.desktop.autoSuspend
|
||||||
then ["timeout 600 '${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
|
then ["timeout 600 'sleep 2 && ${lib.getExe' pkgs.systemd "systemctl"} suspend'"]
|
||||||
else [
|
else [
|
||||||
"timeout 600 '${lib.getExe pkgs.swaylock}'"
|
"timeout 600 '${lib.getExe pkgs.swaylock}'"
|
||||||
"timeout 630 '${swaymsg} \"output * dpms off\"' resume '${swaymsg} \"output * dpms on\"'"
|
"timeout 630 '${swaymsg} \"output * dpms off\"' resume '${swaymsg} \"output * dpms on\"'"
|
||||||
|
|
Loading…
Reference in a new issue