[this doesnt work] try to move url bar, tabs, etc to the bottom

This commit is contained in:
2025-03-31 15:49:17 -04:00
parent 2c47ad730d
commit 039432440e
8 changed files with 286 additions and 3 deletions

5
get_profile Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
find "${HOME}/.mozilla/firefox" -maxdepth 1 -type d -name '*.default' \
| while read dir; do
printf '%s\n' "$dir"
done