summaryrefslogtreecommitdiff
path: root/config.fish
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-03-26 09:06:34 +0100
committerache <ache@ache.one>2019-03-26 09:06:34 +0100
commit4ce38ca40861af39c8b839aae32151d08aefc46f (patch)
tree7ea72ccdaf06b174e650a3145278a2ebd46461e1 /config.fish
parentdict functions (diff)
Back to awesome !
Diffstat (limited to 'config.fish')
-rw-r--r--config.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.fish b/config.fish
index a596241..8f8d016 100644
--- a/config.fish
+++ b/config.fish
@@ -42,7 +42,7 @@ if which fcitx ^ /dev/null > /dev/null
set -x XMODIFIERS "@im=fcitx"
end
-[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and sway
+[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx
# alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString'
# alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN'