hypridle
This commit is contained in:
parent
f68abef016
commit
7ab4a5fe6f
|
@ -11,4 +11,9 @@ in
|
|||
gtk.enable = true;
|
||||
gtk.iconTheme.package = gruvboxPlus;
|
||||
gtk.iconTheme.name = "GruvboxPlus";
|
||||
|
||||
qt.enable = true;
|
||||
qt.style.name = "adwaita-dark";
|
||||
qt.style.package = pkgs.adwaita-qt;
|
||||
qt.platformTheme.name = "adwaita";
|
||||
}
|
||||
|
|
|
@ -2,5 +2,19 @@
|
|||
{
|
||||
services.hypridle = {
|
||||
enable = true;
|
||||
};
|
||||
settings = {
|
||||
general = {
|
||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||
ignore_dbus_inhibit = false;
|
||||
};
|
||||
|
||||
listener = [
|
||||
{
|
||||
timeout = 1200;
|
||||
on-timeout = "hyprctl dispatch dpms off";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -171,7 +171,8 @@
|
|||
kb_layout = "us,de";
|
||||
kb_variant = ",qwerty";
|
||||
kb_options = "grp:alt_shift_toggle";
|
||||
};
|
||||
kb_options = caps:swapescape
|
||||
};
|
||||
|
||||
device = {
|
||||
name= "at-translated-set-2-keyboard";
|
||||
|
|
Loading…
Reference in a new issue