mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway-tiny: Add message about where to send bugs
This commit is contained in:
parent
89bb709843
commit
5d91414169
@ -1 +0,0 @@
|
||||
../sway-no-seat/post-install
|
19
wayland/sway-tiny/post-install
Executable file
19
wayland/sway-tiny/post-install
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
chown root:input "$KISS_ROOT/usr/bin/sway"
|
||||
chmod g+s "$KISS_ROOT"/usr/bin/sway
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: You must be in the 'video' group.
|
||||
|
||||
NOTE: You must set XDG_RUNTIME_DIR in your shellrc
|
||||
or .profile for things to work. This directory
|
||||
must exist and must be writable by your user.
|
||||
|
||||
export XDG_RUNTIME_DIR=/run/user/\$(id -u)
|
||||
|
||||
NOTE: This is a fork of sway for KISS Linux. Send all
|
||||
bugs/issues to kisslinux/repo and NOT upstream.
|
||||
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user