From 8a6d2c538141184a7985d9faff3a3fd9d6963b9d Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Fri, 18 Dec 2020 22:42:42 +0000 Subject: [PATCH] Set firefox wayland flag --- base_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base_install.sh b/base_install.sh index ec4019e..b1856d0 100644 --- a/base_install.sh +++ b/base_install.sh @@ -2,9 +2,10 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si -yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly +yay -Syu alacritty alsa-plugins alsa-utils bemenu firefox htop light neofetch otf-font-awesome openssh powertop sway swayidle swaylock-effects-git tmux ttf-font-awesome unzip ttf-iosevka vlc waybar wdisplays-git wob xorg-xwayland youtube-dl zsh networkmanager ly mako-git sudo systemctl start NetworkManager sudo systemctl enable NetworkManager -sudo systemctl enable ly \ No newline at end of file +sudo systemctl enable ly +sudo echo "MOZ_ENABLE_WAYLAND=1" >> /etc/environment \ No newline at end of file