From f30be27328968ca77d4340c71879cb4149571a4e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 12 Jan 2025 14:12:13 +0800 Subject: [PATCH] users/foo-dogsquared: update Tridactyl and homepage settings --- .../foo-dogsquared/config/tridactyl/tridactylrc | 9 +++++++++ .../homepage/data/foodogsquared-homepage/links.toml | 1 + 2 files changed, 10 insertions(+) diff --git a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc index af9ad601..93b20f0a 100644 --- a/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc +++ b/configs/home-manager/foo-dogsquared/config/tridactyl/tridactylrc @@ -23,6 +23,7 @@ set update.nativeinstallcmd echo " Additional and modified keybindings. bind yt tabduplicate +bind yf hint -y bind gK elementunhide @@ -33,6 +34,14 @@ bind gR reader --tab unbind d bind dd tabclose +unbind f +unbind F +bind ff hint +bind fF hint -t +bind fB hint -b +bind fI hint -I +bind fz hint -z + " Recontaining them nicefully. bind qQ recontain Personal bind qW recontain Work diff --git a/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml b/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml index 47ac2faf..cafc4eb8 100644 --- a/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml +++ b/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml @@ -53,6 +53,7 @@ flavorText = "No matter how hard I try, it's pretty crap" textOnly = true links = [ { url = "https://app.diagrams.net/", text = "lazy way of drawing things" }, + { url = "https://penpot.app", text = "Penpot" }, { url = "https://figma.com", text = "Figma..." }, { url = "https://www.awwwards.com/", text = "Awwwards" }, { url = "https://dribbble.com", text = "Dribbble" },