Add a role for portshaker.

This commit is contained in:
Tom Alexander
2022-12-10 15:29:19 -05:00
parent 5675f317dd
commit 7de6bc9231
15 changed files with 155 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ if [[ ! -v XDG_RUNTIME_DIR ]]; then
fi
export XDG_CURRENT_DESKTOP=sway
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1

View File

@@ -5,4 +5,6 @@ set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway
exec sway -d &> $HOME/.config/swaylog