mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
added niri config
This commit is contained in:
parent
5642f166f0
commit
21c238b30b
5 changed files with 599 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue