dotfiles/.config/shell/wayland.sh

11 lines
210 B
Bash
Raw Normal View History

2022-08-13 05:26:11 +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