Add a role for portshaker.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user