mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix Hyprland configuration
This commit is contained in:
parent
aea097cdc1
commit
411c842ad7
1 changed files with 6 additions and 4 deletions
|
@ -147,9 +147,6 @@ in desktopSystemConfiguration {
|
||||||
"col.inactive_border" = "0xFF${base01}";
|
"col.inactive_border" = "0xFF${base01}";
|
||||||
"col.nogroup_border" = "0xFF${base01}";
|
"col.nogroup_border" = "0xFF${base01}";
|
||||||
|
|
||||||
cursor_inactive_timeout = 10;
|
|
||||||
no_cursor_warps = true;
|
|
||||||
|
|
||||||
resize_on_border = true;
|
resize_on_border = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -197,11 +194,16 @@ in desktopSystemConfiguration {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
|
|
||||||
hide_cursor_on_key_press = true;
|
|
||||||
key_press_enables_dpms = true;
|
key_press_enables_dpms = true;
|
||||||
mouse_move_enables_dpms = true;
|
mouse_move_enables_dpms = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
hide_on_key_press = true;
|
||||||
|
inactive_timeout = 10;
|
||||||
|
no_warps = true;
|
||||||
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
smart_resizing = false;
|
smart_resizing = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue