machine_setup/ansible/roles/sway/files/launch_sway_linux.bash

12 lines
222 B
Bash
Raw Normal View History

#!/usr/bin/env bash
#
# Launch sway
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2022-12-10 15:29:19 -05:00
export XDG_CURRENT_DESKTOP=sway
2023-04-12 14:08:40 -04:00
#export WLR_RENDERER=vulkan
2022-12-10 15:29:19 -05:00
2022-10-17 18:47:21 -04:00
exec sway -d &> $HOME/.config/swaylog