hyprland: disable autoreload
This commit is contained in:
parent
056c105eb0
commit
8ae1489e46
|
@ -25,7 +25,6 @@ in ''
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME
|
||||||
exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service
|
exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service
|
||||||
|
|
||||||
misc:background_color=rgb(1e1e2e)
|
|
||||||
gestures:workspace_swipe = true
|
gestures:workspace_swipe = true
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -73,6 +72,10 @@ in ''
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
|
misc {
|
||||||
|
background_color=rgb(1e1e2e)
|
||||||
|
disable_autoreload = true
|
||||||
|
}
|
||||||
|
|
||||||
xwayland:force_zero_scaling = true
|
xwayland:force_zero_scaling = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue