From 8fae57dbeab4e49ca2ef8e0806ef9a25789d5157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:40:02 +0100 Subject: sway: various fixes and updates --- local/bin/startsway | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 local/bin/startsway (limited to 'local/bin/startsway') diff --git a/local/bin/startsway b/local/bin/startsway old mode 100644 new mode 100755 index a162deb..995362e --- a/local/bin/startsway +++ b/local/bin/startsway @@ -1,5 +1,6 @@ -#!/bin/sh +#!/bin/bash set -eu +exec 1> >(logger -s -t "${0##*/}") 2>&1 # Declare the current desktop export XDG_CURRENT_DESKTOP=sway @@ -14,4 +15,4 @@ export force_s3tc_enable=true export MOZ_USE_XINPUT2=1 export MOZ_ENABLE_WAYLAND=1 -exec dbus-launch --exit-with-session sway +exec dbus-run-session sway -- cgit v1.2.3