users/foo-dogsquared: update Tridactyl and Distrobox config

This commit is contained in:
Gabriel Arazas 2025-02-08 10:18:10 +08:00
parent f24dd8b6d5
commit 48c90da7ba
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 6 additions and 2 deletions
configs/home-manager/foo-dogsquared/config
distrobox
tridactyl

View File

@ -1 +1 @@
container_additional_volumes="/nix/store:/nix/store:r /etc/profiles/per-user:/etc/profiles/per-user:r"
container_additional_volumes="/nix/store:/nix/store:ro /etc/profiles/per-user:/etc/profiles/per-user:ro"

View File

@ -2,7 +2,7 @@
" Also the first time you open Firefox with this Tridactyl configuration, you
" might want to restart immediately since the autocontainers are not in
" effect.
sanitise tridactyllocal tridactylsync
sanitise commandline tridactyllocal tridactylsync
" Tridactyl settings.
set viewsource default
@ -24,6 +24,7 @@ set update.nativeinstallcmd echo
" Additional and modified keybindings.
bind yt tabduplicate
bind yf hint -y
bind i mode ignore
bind gK elementunhide
@ -116,6 +117,7 @@ autocontain -s .+\.local Self-hosted
autocontain -s .+\.internal Self-hosted
autocontain -s .+\.theinternaltld Self-hosted
autocontain -s foodogsquared\.one Self-hosted
autocontain -s localhost Self-hosted
" Most software forges should be separated.
autocontain -s github\.com Work
@ -188,5 +190,7 @@ autocontain -s panlasangpinoy\.com Cooking
" Ignore all of the keybindings.
blacklistadd https://design.penpot.app
blacklistadd https://discord.com
blacklistadd https://messenger.com
" vim: ft=vim