home/gui/qutebrowser | add new userscript, minor cleanup
This commit is contained in:
parent
c7338f2cbc
commit
3675e40ada
2 changed files with 6 additions and 7 deletions
4
home/gui/files/local-qutebrowser/userscripts/save-url
Executable file
4
home/gui/files/local-qutebrowser/userscripts/save-url
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
VAULT="/home/don/src/nixos/RepoUrls.md"
|
||||||
|
echo "* [${QUTE_TITLE}](${QUTE_URL})" >>"${VAULT}"
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
loadAutoconfig = true;
|
loadAutoconfig = true;
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
",J" = "spawn /home/don/bin/vdi";
|
|
||||||
",L" = "spawn --userscript qute-bitwarden --password-only";
|
",L" = "spawn --userscript qute-bitwarden --password-only";
|
||||||
|
",N" = "spawn --userscript saveurl";
|
||||||
",O" = "spawn --userscript obsidian-import-lite";
|
",O" = "spawn --userscript obsidian-import-lite";
|
||||||
",R" = "spawn --userscript obsidian-import -r";
|
",R" = "spawn --userscript obsidian-import -r";
|
||||||
",U" = "spawn --userscript sendurl";
|
",U" = "spawn --userscript sendurl";
|
||||||
|
|
@ -18,8 +18,7 @@
|
||||||
",d" = "spawn --userscript open_download";
|
",d" = "spawn --userscript open_download";
|
||||||
",l" = "spawn --userscript qute-bitwarden";
|
",l" = "spawn --userscript qute-bitwarden";
|
||||||
",m" = "spawn --userscript mymail";
|
",m" = "spawn --userscript mymail";
|
||||||
",n" = ''
|
",n" = ''config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""'';
|
||||||
config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""'';
|
|
||||||
",o" = "spawn --userscript obsidian-import";
|
",o" = "spawn --userscript obsidian-import";
|
||||||
",r" = "spawn --userscript recipe";
|
",r" = "spawn --userscript recipe";
|
||||||
",t" = "spawn --userscript qute-bitwarden --totp-only";
|
",t" = "spawn --userscript qute-bitwarden --totp-only";
|
||||||
|
|
@ -57,12 +56,8 @@
|
||||||
crhs = "https://www.katyisd.org/CRHS";
|
crhs = "https://www.katyisd.org/CRHS";
|
||||||
crhs-absence = "https://www.katyisd.org/domain/5809";
|
crhs-absence = "https://www.katyisd.org/domain/5809";
|
||||||
cups = "http://localhost:631/printers/printer";
|
cups = "http://localhost:631/printers/printer";
|
||||||
darkroom = "https://thedarkroom.com/photodashboard/";
|
|
||||||
disk = "https://smart.trex-halfbeak.ts.net/web/dashboard";
|
disk = "https://smart.trex-halfbeak.ts.net/web/dashboard";
|
||||||
driversed = "https://driving.aceable.com/teacher/log?studentId=I89fno2YEZo4hQ40";
|
|
||||||
droplet = "https://cloud.digitalocean.com/droplets?i=a8b99f";
|
|
||||||
ercot = "https://www.ercot.com/gridmktinfo/dashboards";
|
ercot = "https://www.ercot.com/gridmktinfo/dashboards";
|
||||||
fiesta = "https://www.fiestamart.com/weekly-ads/?store_code=66";
|
|
||||||
flood = "https://www.harriscountyfws.org/";
|
flood = "https://www.harriscountyfws.org/";
|
||||||
gatus = "https://gatus.trex-halfbeak.ts.net/";
|
gatus = "https://gatus.trex-halfbeak.ts.net/";
|
||||||
gcal = "https://calendar.google.com/calendar/r";
|
gcal = "https://calendar.google.com/calendar/r";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue