We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3771ff7 commit 2e34748Copy full SHA for 2e34748
debian/changelog
@@ -1,3 +1,9 @@
1
+greetd-qtgreet-settings (0.0.9) nitrux; urgency=medium
2
+
3
+ * Silence console output when using our wrapper to launch Hyprland.
4
5
+ -- Uri Herrera <uri_herrera@nxos.org> Fri, 08 Aug 2025 12:24:00 -0500
6
7
greetd-qtgreet-settings (0.0.8) nitrux; urgency=medium
8
9
* Add wrapper to use for default session.
usr/bin/greetd-hyprland
@@ -43,4 +43,4 @@ export QT_QPA_PLATFORM=wayland
43
export SDL_VIDEODRIVER=wayland
44
export _JAVA_AWT_WM_NONREPARENTING=1
45
46
-exec dbus-run-session Hyprland "$@"
+exec dbus-run-session Hyprland "$@" > /dev/null 2>&1
0 commit comments