diff options
| -rw-r--r-- | conf.d/05browser.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/05browser.fish b/conf.d/05browser.fish index c4c4b2d..1a8b92d 100644 --- a/conf.d/05browser.fish +++ b/conf.d/05browser.fish @@ -17,7 +17,7 @@ if status is-interactive; and not fish_is_root_user end - if not test -z "$WAYLAND_DISPLAY"; and not test -z "$DISPLAY" + if test -n "$WAYLAND_DISPLAY"; or test -n "$DISPLAY"; or test (uname) = 'Darwin' # Graphical browsers to look for by order of preference set -f xbrowsers 'librewolf' 'firefox' |
