Adding libinput and some various changes

This commit is contained in:
Chris Cochrun 2021-05-28 20:27:26 -05:00
parent f7c99edabb
commit ed47a44b2b
14 changed files with 248 additions and 14 deletions

View file

@ -208,6 +208,6 @@ alias la "exa -la"
### Start X at login
if status is-login
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec startx -- -keeptty
end
exec starx
end
end