.dotfiles/.config/zsh/.zprofile
2023-03-09 17:51:39 +01:00

4 lines
70 B
Bash

#!/bin/sh
[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/.gui.log" 2>&1