From 48c90da7ba69d17ac1eddecb6d011af376977bfe Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 8 Feb 2025 10:18:10 +0800 Subject: [PATCH] users/foo-dogsquared: update Tridactyl and Distrobox config --- .../foo-dogsquared/config/distrobox/distrobox.conf | 2 +- .../foo-dogsquared/config/tridactyl/tridactylrc | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/home-manager/foo-dogsquared/config/distrobox/distrobox.conf b/configs/home-manager/foo-dogsquared/config/distrobox/distrobox.conf index f0497184..4a4bf053 100644 --- a/configs/home-manager/foo-dogsquared/config/distrobox/distrobox.conf +++ b/configs/home-manager/foo-dogsquared/config/distrobox/distrobox.conf @@ -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" diff --git a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc index 4867365f..cf18faff 100644 --- a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc +++ b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc @@ -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