feat(*): update local config

This commit is contained in:
Pavel Korytov 2020-12-30 13:41:24 +03:00
parent 1fad2e5ebe
commit 81fbfa7ab3
3 changed files with 8 additions and 2 deletions

View file

@ -389,9 +389,8 @@ exec --no-startup-id mpd
# Stuff
exec aw-qt
exec "bash /home/pavel/bin/bukuserver.sh"
exec dunst
exec kde-connect-indicator
exec copyq
exec "bash /home/pavel/bin/tabliss.sh"
exec "bash ~/bin/autostart.sh"
# exec emacs --daemon

View file

@ -26,7 +26,9 @@ guiset_quiet tabs always
set searchurls.g https://google.com/search?q=
{% if yadm.hostname == 'pdsk' %}
set newtab http://127.0.0.1:8101/
{% endif %}
command fixamo_quiet jsb tri.excmds.setpref("privacy.resistFingerprinting.block_mozAddonManager", "true").then(tri.excmds.setpref("extensions.webextensions.restrictedDomains", '""'))
command fixamo js tri.excmds.setpref("privacy.resistFingerprinting.block_mozAddonManager", "true").then(tri.excmds.setpref("extensions.webextensions.restrictedDomains", '""').then(tri.excmds.fillcmdline_tmp(3000, "Permissions added to user.js. Please restart Firefox to make them take affect.")))

5
bin/autostart.sh Executable file
View file

@ -0,0 +1,5 @@
hostname=$(hostname)
if [ "$hostname" = "pdsk" ] ; then
bash "$HOME/bin/autostart.sh" &
bash "$HOME/bin/tabliss.sh" &
fi