mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hyprland improvements, terraform email
This commit is contained in:
parent
4759970fe8
commit
c7c485f955
20 changed files with 205 additions and 100 deletions
|
|
@ -44,8 +44,11 @@ in {
|
|||
"CLUTTER_BACKEND,wayland"
|
||||
];
|
||||
render = {
|
||||
direct_scanout = true;
|
||||
new_render_scheduling = true;
|
||||
#direct_scanout = true;
|
||||
#new_render_scheduling = true;
|
||||
};
|
||||
misc = {
|
||||
vfr = true;
|
||||
};
|
||||
#debug.disable_logs = false;
|
||||
exec-once = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue