mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 00:16:20 +00:00
Switched firefox to openbox
This commit is contained in:
parent
05f054f088
commit
30d62c5c9b
4 changed files with 10 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue