6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
|
#!/bin/zsh
|
||
|
source "$DOTWRYN/config/xinitrc.common"
|
||
|
|
||
|
export DESKTOP_SESSION=plasma
|
||
|
exec startplasma-x11
|