aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rwxr-xr-x.profile50
1 files changed, 25 insertions, 25 deletions
diff --git a/.profile b/.profile
index 4ad766b..f3f2eaa 100755
--- a/.profile
+++ b/.profile
@@ -43,31 +43,31 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/notmuchrc"
export XAUTHORITY="$XDG_CONFIG_HOME/X11/Xauthority"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
-if [ -z "${DISPLAY}${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
- export NEWT_COLORS='
- root=white,black
- border=white,black
- window=white,black
- title=white,black
- button=black,green
- actbutton=black,green
- checkbox=white,black
- actcheckbox=white,black
- entry=white,black
- label=white,black
- listbox=white,black
- actlistbox=black,green
- textbox=white,black
- acttextybox=white,black
- helpline=white,black
- roottext=white,black
- emptyscale=white,black
- fullscale=white,black
- disentry=white,black
- actsellistbox=black,green
- sellistbox=black,green
- compactbutton=white,black
- '
+export NEWT_COLORS='
+root=white,black
+border=white,black
+window=white,black
+title=white,black
+button=black,green
+actbutton=black,green
+checkbox=white,black
+actcheckbox=white,black
+entry=white,black
+label=white,black
+listbox=white,black
+actlistbox=black,green
+textbox=white,black
+acttextybox=white,black
+helpline=white,black
+roottext=white,black
+emptyscale=white,black
+fullscale=white,black
+disentry=white,black
+actsellistbox=black,green
+sellistbox=black,green
+compactbutton=white,black
+'
+if [ -z "${DISPLAY}${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
startsession
fi