11 lines
222 B
Fish
11 lines
222 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
if status is-login
|
|
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
|
exec startx
|
|
end
|
|
end
|
|
#set -gx GTK_THEME WhiteSur-Dark-grey
|