greeter config

This commit is contained in:
2026-01-10 18:21:38 +09:00
parent 69aefb5297
commit 0762ccc9bc
6 changed files with 43 additions and 11 deletions
+5 -3
View File
@@ -50,6 +50,11 @@ let
"dconf write /org/gnome/desktop/interface/font-name 'Noto Sans Medium 11'"
"dconf write /org/gnome/desktop/interface/monospace-font-name 'Noto Sans Mono Medium 11'"
];
env = [
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"
];
ecosystem.no_update_news = true;
@@ -246,9 +251,6 @@ in
GTK_BACKEND = "wayland";
QT_QPA_PLATFORM = "wayland;xcb";
QT_QPA_PLATFORMTHEME = "qt5ct";
XDG_SESSION_TYPE = "wayland";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_SESSION_DESKTOP = "Hyprland";
};
};
}
+1
View File
@@ -6,6 +6,7 @@
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
obs-shaderfilter
];
};
}