mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(*): update local config
This commit is contained in:
parent
1fad2e5ebe
commit
81fbfa7ab3
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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
5
bin/autostart.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
hostname=$(hostname)
|
||||
if [ "$hostname" = "pdsk" ] ; then
|
||||
bash "$HOME/bin/autostart.sh" &
|
||||
bash "$HOME/bin/tabliss.sh" &
|
||||
fi
|
||||
Loading…
Add table
Reference in a new issue