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