diff options
Diffstat (limited to 'surf-menu')
-rwxr-xr-x | surf-menu | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ #!/bin/sh set -e +# For wayland +# Surf is unable to run under wayland. This overcomes that and forces it to use +# xwayland instead. +export GDK_BACKEND=x11 + BOOKMARDS=~/notes/bookmarks.md # TODO history #HISTORY=~/notes/.surf_history |