mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
6 lines
70 B
Bash
6 lines
70 B
Bash
#!/usr/bin/env sh
|
|
|
|
[ -f "$HOME/.xprofile" ] && . ~/.xprofile
|
|
|
|
exec i3
|