6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/zsh
|
|
source "${DOTWRYN}/config/xinitrc.common"
|
|
|
|
export DESKTOP_SESSION=i3wm
|
|
cd; exec i3
|