mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 04:10:41 +00:00
Add early incomplete hyprland config
This commit is contained in:
parent
953334c841
commit
6da71787f1
17 changed files with 491 additions and 6 deletions
19
home/programs/graphical/wms/hyprland/config/misc.nix
Normal file
19
home/programs/graphical/wms/hyprland/config/misc.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
misc = {
|
||||
# Disable redundant renders (covered by wallpaper)
|
||||
disable_hyprland_logo = true;
|
||||
disable_splash_rendering = true;
|
||||
|
||||
# Follow requests from windows to be focused
|
||||
focus_on_activate = true;
|
||||
|
||||
# Auto-reload is unnecessary on NixOS, config is readonly
|
||||
disable_autoreload = true;
|
||||
|
||||
# Enable DPMS on these actions
|
||||
mouse_move_enables_dpms = true;
|
||||
key_press_enables_dpms = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue