Add aws app and config for mfa.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-07-14 18:16:56 -07:00
parent d72369c20b
commit c4b62ddeee
5 changed files with 169 additions and 3 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
settings = {
general = {
lock_cmd = "pidof hyprlock || hyprlock"; # Avoid starting hyprlock multiple times.
before_sleep_cmd = "loginctl lock-session"; # lock before suspend.
before_sleep_cmd = "pidof hyprlock || hyprlock --no-fade-in --immediate"; # lock before suspend.
after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
inhibit_sleep = 3; # Wait for hyprlock.
};
listener = [
{