mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Ordering monitors within Niri instead of using kanshi.
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
// Check the wiki for a full description of the configuration:
|
// Check the wiki for a full description of the configuration:
|
||||||
// https://yalter.github.io/niri/Configuration:-Introduction
|
// https://yalter.github.io/niri/Configuration:-Introduction
|
||||||
|
|
||||||
|
include "monitors.kdl"
|
||||||
|
|
||||||
// Input device configuration.
|
// Input device configuration.
|
||||||
// Find the full list of options on the wiki:
|
// Find the full list of options on the wiki:
|
||||||
// https://yalter.github.io/niri/Configuration:-Input
|
// https://yalter.github.io/niri/Configuration:-Input
|
||||||
@@ -273,10 +275,10 @@ layout {
|
|||||||
// See the binds section below for more spawn examples.
|
// See the binds section below for more spawn examples.
|
||||||
|
|
||||||
// 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 "waypaper" "--backend" "swaybg" "--restore"
|
|
||||||
spawn-at-startup "xwayland-satellite"
|
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 "/usr/bin/emacs" "--daemon"
|
||||||
spawn-at-startup "nextcloud"
|
spawn-at-startup "nextcloud"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user