dotfiles/.nvidia-xinitrc

8 lines
55 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ $# -gt 0 ]; then
$*
else
i3
fi