myconf_artix/root/etc/shell/wayland.sh

11 lines
210 B
Bash
Raw Normal View History

2022-03-26 05:52:48 +00:00
#!/bin/sh
BEMENU_CONF="$HOME/.config/bemenu/bemenu_opts.sh"
[ -f "$BEMENU_CONF" ] && . "$BEMENU_CONF"
#End wayland config
#make librewolf use wayland
export GDK_BACKEND=wayland
export MOZ_ENABLE_WAYLAND=1