Updated config
This commit is contained in:
parent
bb56dd8ee0
commit
b25dcb4d2b
2 changed files with 11 additions and 0 deletions
6
.config/etc/greetd/config.toml
Normal file
6
.config/etc/greetd/config.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[terminal]
|
||||
vt = 1
|
||||
|
||||
[default_session]
|
||||
command = "/home/user/.init"
|
||||
user = "user"
|
|
@ -10,6 +10,11 @@ if command -q doas
|
|||
set sudo doas
|
||||
end
|
||||
|
||||
# greetd
|
||||
set file greetd
|
||||
[ -d /etc/$file ] && [ ! -L /etc/$file ] && $sudo rm -rf /etc/$file
|
||||
$sudo ln -s -f $HOME/.config/etc/$file /etc/
|
||||
|
||||
# sysctl
|
||||
set file sysctl.d
|
||||
[ -d /etc/$file ] && [ ! -L /etc/$file ] && $sudo rm -rf /etc/$file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue