This commit is contained in:
Never Gude 2025-12-30 01:29:14 +01:00
parent a1d7377ca1
commit fb5a5d1247
12 changed files with 58 additions and 7 deletions

View file

@ -103,7 +103,11 @@ output "eDP-1" {
// so to put another output directly adjacent to it on the right, set its x to 1920.
// If the position is unset or results in an overlap, the output is instead placed
// automatically.
position x=1280 y=0
position x=320 y=1441
}
output "HDMI-A-1" {
position x=0 y=0
}
// Settings that influence how windows are positioned and sized.
@ -274,9 +278,11 @@ layout {
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
spawn-sh-at-startup "swaybg --mode fill -i ~/.config/niri/backgrounds/wallpaper.png"
hotkey-overlay {
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
// skip-at-startup
skip-at-startup
}
// Uncomment this line to ask the clients to omit their client-side decorations if possible.