diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-21 15:37:18 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-21 15:37:18 +0100 |
commit | 819e3ced23853586bfadda0857af4e2c02f7b573 (patch) | |
tree | 241e0026c010c9692e7ad3e1f517c7b249cc0b26 /linux/greetd.toml | |
parent | 9141e86c757b06a3613836d1aa4c377a4989eed2 (diff) | |
download | dotfiles-819e3ced23853586bfadda0857af4e2c02f7b573.tar.gz dotfiles-819e3ced23853586bfadda0857af4e2c02f7b573.zip |
Changes
Diffstat (limited to 'linux/greetd.toml')
-rw-r--r-- | linux/greetd.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/greetd.toml b/linux/greetd.toml index b34a8f0..52a9f74 100644 --- a/linux/greetd.toml +++ b/linux/greetd.toml @@ -8,7 +8,7 @@ vt = 8 # `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh` # with whatever you want started, such as `sway`. -command = "/usr/local/bin/tuigreet --remember --remember-user-session --asterisks --user-menu --cmd sway" +command = "/usr/local/bin/tuigreet --remember --remember-user-session --asterisks --cmd 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 |