Compare commits

..

No commits in common. "c3f9cf2e5e7d83e7763f111874942480be97ae8b" and "60dae66fd1196857ffa06a25b590007383e3bf95" have entirely different histories.

2 changed files with 3 additions and 34 deletions

View File

@ -37,9 +37,9 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
wofi wofi
xfce.thunar xfce.thunar
# hyprpicker # TODO # hyprlock
# hyprcursor # TODO # hyprpicker
brightnessctl hyprcursor
]; ];
programs.hyprlock.enable = true; programs.hyprlock.enable = true;
@ -75,36 +75,6 @@ in
]; ];
}; };
services.hypridle = {
enable = true;
settings = {
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
};
listener = [
{
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 = 360; # 6min
on-timeout = "hyprlock"; # lock screen when timeout has passed
}
{
timeout = 600; # 10min
on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed
on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has fired.
}
];
};
};
programs.waybar = { programs.waybar = {
enable = true; enable = true;
systemd.enable = true; systemd.enable = true;

View File

@ -266,7 +266,6 @@
htop htop
mc mc
xorg.xhost xorg.xhost
kdePackages.qtwayland
]; ];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;