update browser.sh to use librewolf, add kanshi as required package

master
Alex 2022-11-18 02:15:09 -06:00
parent 94c6cd21f4
commit 411d6b7221
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
WBROWSER=chromium-wayland WBROWSER=librewolf
#OPTS="       Torrent ) #OPTS="       Torrent )

View File

@ -103,6 +103,7 @@ depends=(
"foot" "foot"
"foot-terminfo" "foot-terminfo"
"bemenu-wayland" "bemenu-wayland"
"kanshi"
) )
optdepends=() optdepends=()