This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/de/sway/init

13 lines
297 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2020-03-23 13:23:50 -05:00
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME="$HOME/.config"
[ -z "$DOTFILES_PATH" ] && export DOTFILES_PATH="$XDG_CONFIG_HOME/dotfiles"
. "$DOTFILES_PATH/bin/prelude"
export CLUTTER_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
2020-01-07 11:36:12 -06:00
export MOZ_ENABLE_WAYLAND=1
2020-03-24 12:05:08 -05:00
2020-11-01 19:12:11 -06:00
exec sway