Skip to content

Commit

Permalink
lololol forgot to add configs to the git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
10leej committed Aug 21, 2024
1 parent b1f9cda commit 52f2696
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \
ostree container commit

COPY configs/etc/greetd/config.toml /etc/gretd/config.toml
COPY configs/etc/ /etc/
## NOTES:
# - /var/lib/alternatives is required to prevent failure with some RPM installs
# - All RUN commands must end with ostree container commit
Expand Down
16 changes: 16 additions & 0 deletions configs/etc/greetd/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1

# The default session, also known as the greeter.
[default_session]

# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
# with whatever you want started, such as `sway`.
command = "tuigreet --cmd 'dbus-run-session sway'"

# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greetd"

0 comments on commit 52f2696

Please sign in to comment.