Update 2026-02-18

This commit is contained in:
2026-02-18 17:38:32 +02:00
parent 13c0558017
commit 9cddff42d7
53 changed files with 14445 additions and 77 deletions

View File

@@ -5,9 +5,9 @@ if status is-login
if test (tty) = "/dev/tty1"
if not pgrep -x niri >/dev/null 2>&1
set -gx WM "niri"
# set -gx XDG_CURRENT_DESKTOP niri
# set -gx XDG_SESSION_TYPE wayland
# set -gx XDG_SESSION_DESKTOP niri
set -gx XDG_CURRENT_DESKTOP "niri"
set -gx XDG_SESSION_TYPE "wayland"
set -gx XDG_SESSION_DESKTOP "niri"
if command -q dbus-run-session
exec dbus-run-session niri --session
else