From aa77eef21bd1e0bf4aeb4d710f30b0bb3b1b0257 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 16 Mar 2022 15:54:17 +0100 Subject: sway: Remove custom start script bin/startsway: Remove custom script as sway is now started via systemd user unit. --- bin/startsway | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 bin/startsway (limited to 'bin') diff --git a/bin/startsway b/bin/startsway deleted file mode 100755 index 4f826b7..0000000 --- a/bin/startsway +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env bash - -export XKB_DEFAULT_LAYOUT=us,de -export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,caps:escape - -export CLUTTER_BACKEND=wayland -export QT_QPA_PLATFORM=wayland -# export QT_WAYLAND_FORCE_DPI=physical -# export SDL_VIDEODRIVER=wayland -# export BEMENU_BACKEND=wayland - -# crashes sway on reload: -# export MOZ_ENABLE_WAYLAND=1 - -export RUST_BACKTRACE=full - -mkdir -p "$HOME/.log" -config="$HOME/.config/sway/config" - -if [ -f "$HOME/.config/sway/${HOSTNAME}" ]; then - config="$HOME/.config/sway/${HOSTNAME}" -fi -/usr/bin/sway -c "$config" > "$HOME/.log/sway.log" 2>&1 -- cgit v1.2.3-54-g00ecf