Added steam gamescope; updated package lists; small fixes.
This commit is contained in:
parent
7d61371ec0
commit
e067f48a13
19 changed files with 222 additions and 56 deletions
10
private_dot_root/etc/greetd/config.toml
Normal file
10
private_dot_root/etc/greetd/config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[terminal]
|
||||
vt = 1
|
||||
|
||||
[initial_session]
|
||||
command = "start-hyprland 2>&1 > /dev/null"
|
||||
user = "jsw"
|
||||
|
||||
[default_session]
|
||||
command = "agreety --cmd /bin/sh"
|
||||
user = "greeter"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
steam -shutdown
|
||||
Loading…
Add table
Add a link
Reference in a new issue