dots


commit
9e3a914
parent
5b8c290
author
xxwhirlpool
date
2026-04-09 02:06:18 -0400 EDT
screenshots on tokki
2 files changed,  +4, -0
M config/.local/bin/screenshot
+2, -0
1@@ -10,6 +10,8 @@ if [[ $(hostname) == "mariposa" ]]; then
2 	SHOTPATH="/home/kat/Pictures/Screenshots"
3 elif [[ $(hostname) == "kwangya" ]]; then
4 	SHOTPATH="/media/kat/disk/Pictures/Screenshots"
5+elif [[ $(hostname) == "tokki" ]]; then
6+	SHOTPATH="/home/kat/Pictures/Screenshots"
7 else
8 	echo "fuck"
9 fi
M config/.local/bin/screenshotpick
+2, -0
1@@ -10,6 +10,8 @@ if [[ $(hostname) == "mariposa" ]]; then
2 	SHOTPATH="/home/kat/Pictures/Screenshots"
3 elif [[ $(hostname) == "kwangya" ]]; then
4 	SHOTPATH="/media/kat/disk/Pictures/Screenshots"
5+elif [[ $(hostname) == "tokki" ]]; then
6+	SHOTPATH="/home/kat/Pictures/Screenshots"
7 else
8 	echo "fuck"
9 fi