3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
touch $XDG_RUNTIME_DIR/openrc/softlevel
|
|
exec dbus-run-session -- /usr/bin/river
|