format stuff, switch back to brightnessctl, no more universal shell stuff, fix various things
This commit is contained in:
parent
4bbfa111d5
commit
ab89154611
17 changed files with 108 additions and 41 deletions
|
@ -8,9 +8,9 @@ vt = 1
|
|||
|
||||
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
|
||||
# with whatever you want started, such as `sway`.
|
||||
command = "tuigreet --cmd sway"
|
||||
command = "sway-runner --config=/etc/greetd/sway-config"
|
||||
|
||||
# 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"
|
||||
user = "_greeter"
|
||||
|
|
2
greetd/sway-config
Normal file
2
greetd/sway-config
Normal file
|
@ -0,0 +1,2 @@
|
|||
exec "gtkgreet -l; swaymsg exit"
|
||||
include /etc/sway/config.d/*
|
Loading…
Add table
Add a link
Reference in a new issue