Fix some env stuff
This commit is contained in:
parent
0f3d24a0e0
commit
0b48fe1a3c
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ set +a
|
|||
|
||||
export ANDROID_SDK_ROOT='/opt/android-sdk'
|
||||
export ANSIBLE_VAULT_PASSWORD_FILE="$HOME/.bin/ansible-vault-pass.sh"
|
||||
export ANSIBLE_PYTHON_INTERPRETER='auto_silent'
|
||||
export AUTOSTART_DISPLAY=''
|
||||
|
||||
export BEMENU_OPTS="--tb '#6272a4'\
|
||||
|
|
|
@ -44,7 +44,7 @@ Comment[it]= Un browser web vim-like utilizzabile da tastiera basato su PyQt5
|
|||
Icon=qutebrowser
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
Exec=qutebrowser -B ~/.local/share/qutebrowser-kiosk -C ~/.config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
|
||||
Exec=qutebrowser -B $HOME/.local/share/qutebrowser-kiosk -C $HOME/.config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/qute;
|
||||
|
|
Loading…
Reference in a new issue