This website requires JavaScript.
Explore
Help
Sign In
ninewise
/
configuration
Watch
1
Star
0
Fork
0
You've already forked configuration
Code
Issues
Pull Requests
Releases
Wiki
Activity
36c6328a8a
configuration
/
services
/
x
/
run
7 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
run x as a service
2020-12-04 14:50:50 +01:00
#!/bin/sh
cd "$HOME"
point to general profile in x service
2022-01-06 08:13:06 +01:00
. "$HOME"/.profile
some variables need to be explicitly exported here
2021-06-16 11:28:23 +02:00
run x as a service
2020-12-04 14:50:50 +01:00
exec xinit 2>&1
Reference in New Issue
Copy Permalink