Minor edit to niri.

This commit is contained in:
Derek Taylor
2026-01-15 11:15:06 -06:00
parent 39807e3452
commit 585cc4e909

View File

@@ -109,7 +109,7 @@ environment {
DISPLAY ":1" DISPLAY ":1"
// # Optional: You may also need to add the following for some specific issues // # Optional: You may also need to add the following for some specific issues
_JAVA_AWT_WM_NONREPARENTING "1" _JAVA_AWT_WM_NONREPARENTING "1"
GLFW_PLATFORM "x11" // GLFW_PLATFORM "x11"
} }
// Settings that influence how windows are positioned and sized. // Settings that influence how windows are positioned and sized.
// Find more information on the wiki: // Find more information on the wiki:
@@ -275,7 +275,7 @@ layout {
// This line starts waybar, a commonly used bar for Wayland compositors. // This line starts waybar, a commonly used bar for Wayland compositors.
spawn-at-startup "kanshi" spawn-at-startup "kanshi"
spawn-at-startup "waybar" spawn-at-startup "waybar"
spawn-at-startup "waypaper" "--restore" spawn-at-startup "waypaper" "--backend" "swaybg" "--restore"
spawn-at-startup "xwayland-satellite" spawn-at-startup "xwayland-satellite"
spawn-at-startup "/usr/bin/emacs" "--daemon" spawn-at-startup "/usr/bin/emacs" "--daemon"
spawn-at-startup "nextcloud" spawn-at-startup "nextcloud"