Ordering monitors within Niri instead of using kanshi.

This commit is contained in:
Derek Taylor
2026-01-15 17:32:38 -06:00
parent 7b9b7471df
commit af355a8201

View File

@@ -3,6 +3,8 @@
// Check the wiki for a full description of the configuration:
// https://yalter.github.io/niri/Configuration:-Introduction
include "monitors.kdl"
// Input device configuration.
// Find the full list of options on the wiki:
// https://yalter.github.io/niri/Configuration:-Input
@@ -273,10 +275,10 @@ layout {
// See the binds section below for more spawn examples.
// This line starts waybar, a commonly used bar for Wayland compositors.
spawn-at-startup "kanshi"
spawn-at-startup "waybar"
spawn-at-startup "waypaper" "--backend" "swaybg" "--restore"
//spawn-at-startup "kanshi"
spawn-at-startup "xwayland-satellite"
spawn-at-startup "waypaper" "--backend" "swaybg" "--restore"
spawn-at-startup "waybar"
spawn-at-startup "/usr/bin/emacs" "--daemon"
spawn-at-startup "nextcloud"