From 05a005776ef2dece735b8eaf21bc72f486b581bd Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 6 Sep 2019 16:55:12 +0200 Subject: [PATCH] add firefox with wayland backend to .bin --- dotfiles/bin/.bin/firefox | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dotfiles/bin/.bin/firefox diff --git a/dotfiles/bin/.bin/firefox b/dotfiles/bin/.bin/firefox new file mode 100755 index 0000000..1a9beb6 --- /dev/null +++ b/dotfiles/bin/.bin/firefox @@ -0,0 +1,5 @@ +#!/bin/sh + +real_firefox=$(which --skip-tilde firefox) + +GDK_BACKEND=wayland "${real_firefox}" \ No newline at end of file