forked from mirrors_public/oddlama_nix-config
chore: cleanup hyprland nix file
This commit is contained in:
parent
f097c8f175
commit
9b25252bed
1 changed files with 2 additions and 4 deletions
|
@ -39,7 +39,6 @@ in {
|
||||||
++ [
|
++ [
|
||||||
"NIXOS_OZONE_WL,1"
|
"NIXOS_OZONE_WL,1"
|
||||||
"MOZ_ENABLE_WAYLAND,1"
|
"MOZ_ENABLE_WAYLAND,1"
|
||||||
"MOZ_WEBRENDER,1"
|
|
||||||
"_JAVA_AWT_WM_NONREPARENTING,1"
|
"_JAVA_AWT_WM_NONREPARENTING,1"
|
||||||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||||
"QT_QPA_PLATFORM,wayland"
|
"QT_QPA_PLATFORM,wayland"
|
||||||
|
@ -139,7 +138,7 @@ in {
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
|
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = "no";
|
natural_scroll = false;
|
||||||
disable_while_typing = true;
|
disable_while_typing = true;
|
||||||
clickfinger_behavior = true;
|
clickfinger_behavior = true;
|
||||||
scroll_factor = 0.7;
|
scroll_factor = 0.7;
|
||||||
|
@ -156,8 +155,7 @@ in {
|
||||||
debug.disable_logs = false;
|
debug.disable_logs = false;
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
vfr = 1;
|
vrr = 1; # 1 = always on
|
||||||
vrr = 1;
|
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
mouse_move_focuses_monitor = false;
|
mouse_move_focuses_monitor = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue