added niri config

This commit is contained in:
chloe 2025-04-19 11:59:09 +02:00
parent 5642f166f0
commit 21c238b30b
5 changed files with 599 additions and 21 deletions

View file

@ -1,6 +1,6 @@
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share
foot --server
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec dbus-run-session sway --unsupported-gpu
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec dbus-run-session niri-session
fi