add: misc.nix, input.nix
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
./hypr/exec.nix
|
./hypr/exec.nix
|
||||||
./hypr/rules.nix
|
./hypr/rules.nix
|
||||||
./hypr/animation.nix
|
./hypr/animation.nix
|
||||||
|
./hypr/misc.nix
|
||||||
|
./hypr/input.nix
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland.enable = true;
|
wayland.windowManager.hyprland.enable = true;
|
||||||
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
repeat_rate = 50;
|
||||||
|
repeat_delay = 300;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings = {};
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
misc = {
|
||||||
|
disable_hyprland_logo = true;
|
||||||
|
disable_splash_rendering = true;
|
||||||
|
focus_on_activate = true;
|
||||||
|
anr_missed_pings = 3;
|
||||||
|
new_window_takes_over_fullscreen = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user