wayfire config

This commit is contained in:
UGA Innovation Factory
2025-12-05 21:10:23 +00:00
parent 8d7a07ca27
commit 5f3e9b296e

View File

@@ -17,7 +17,10 @@
settings = { settings = {
default_session = { default_session = {
user = "engr-ugaif"; user = "engr-ugaif";
command = "wayfire"; command = ''
env WAYFIRE_CONFIG_FILE=/etc/wayfire.ini \
/run/current-system/sw/bin/wayfire
''
}; };
}; };
}; };