summary refs log tree commit diff
path: root/bin/sway-run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sway-run')
-rwxr-xr-xbin/sway-run4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sway-run b/bin/sway-run
index cfb2e0a..9c22673 100755
--- a/bin/sway-run
+++ b/bin/sway-run
@@ -1,7 +1,6 @@
 #!/bin/sh
 set -e
 
-
 SWAY_BIN=${SWAY_BIN:-sway}
 SWAY_ARGS=${SWAY_ARGS:-}
 LOGFILE=/tmp/sway.log
@@ -15,5 +14,6 @@ LOGFILE=/tmp/sway.log
 	printf -- "---\n"
 ) >>${LOGFILE}
 
-exec dbus-run-session -- ${SWAY_BIN} ${SWAY_ARGS} 1>&2 2>>${LOGFILE}
+exec ${SWAY_BIN} ${SWAY_ARGS} 1>&2 2>>${LOGFILE}
+#exec dbus-run-session -- ${SWAY_BIN} ${SWAY_ARGS} 1>&2 2>>${LOGFILE}
 # exec dbus-launch --exit-with-session ${SWAY_BIN} ${SWAY_ARGS} 1>&2 2>>${LOGFILE}