Compare commits
2 Commits
69ea9a05dc
...
c389e93b03
Author | SHA1 | Date | |
---|---|---|---|
c389e93b03 | |||
3ed9534d00 |
@@ -11,23 +11,19 @@
|
||||
|
||||
listener = [
|
||||
{
|
||||
timeout = 180; # 3min.
|
||||
timeout = 300; # 5min.
|
||||
on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||
on-resume = "brightnessctl -r"; # monitor backlight restore.
|
||||
}
|
||||
{
|
||||
timeout = 600; # 10min.
|
||||
timeout = 900; # 15min.
|
||||
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed
|
||||
}
|
||||
{
|
||||
timeout = 900; # 15min.
|
||||
timeout = 1800; # 30min.
|
||||
on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed
|
||||
on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
#{
|
||||
# timeout = 1800; # 30min.
|
||||
# on-timeout = "systemctl suspend"; # suspend pc
|
||||
#}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@@ -70,7 +70,7 @@ in {
|
||||
new_optimizations = true;
|
||||
ignore_opacity = true;
|
||||
xray = false;
|
||||
size = 3;
|
||||
size = 2;
|
||||
passes = 5;
|
||||
popups = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user