WizardKit/.linux_items/include/live/airootfs/etc/skel/.zlogin
2Shirt ce48c717eb Updated i3 setup
* nox+i3 boot cmdline supported
  * Pretty sure this isn't going to be used
* Set more windows to default to floating
2017-12-17 16:54:37 -07:00

13 lines
344 B
Bash

setterm -blank 0 -powerdown 0
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
if fgrep -q "i3" /proc/cmdline; then
sed -i -r 's/#(own_window_type override)/\1/' ~/.conkyrc
sed -i -r 's/openbox-session/i3/' ~/.xinitrc
fi
if ! fgrep -q "nox" /proc/cmdline; then
startx
else
hw-diags cli
fi
fi