Switched firefox to openbox

This commit is contained in:
myve 2025-01-26 03:23:07 +00:00
commit 30d62c5c9b
4 changed files with 10 additions and 8 deletions

View file

@ -45,12 +45,11 @@ user_pref("browser.tabs.closeWindowWithLastTab", false);
user_pref("browser.fullscreen.autohide", false);
firefox
# i3/firefox startup
install /dev/stdin ~/.config/i3/startapp.sh <<- startup
#!/usr/bin/env bash
# Openbox autostart
cat >~/.config/openbox/autostart <<- 'firefox'
# Run firefox
while true
do
firefox --profile /app/firefox ${MYVNC_FIREFOX_OPTS} --new-window ${MYVNC_FIREFOX_URL}
done
startup
firefox