8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
if [ -z "$XSESSION_HAS_SOURCED" ]; then
|
|
source ~/.xsessionrc
|
|
fi
|
|
|
|
unset XDG_CURRENT_DESKTOP
|
|
exec i3
|