.dotfiles/.config/zsh/.zprofile
2023-01-08 01:42:19 +01:00

4 lines
70 B
Bash

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