dots


commit
f64d8ff
parent
2e6dc68
author
xxwhirlpool
date
2025-08-11 14:54:54 -0400 EDT
more stuff
2 files changed,  +11, -3
M config/.config/kitty/kitty.conf
+1, -1
1@@ -1272,7 +1272,7 @@ tab_bar_background #eaeaea
2 
3 #: The foreground and background colors.
4 
5-background_opacity 0.9
6+background_opacity 1
7 
8 #: The opacity of the background. A number between zero and one, where
9 #: one is opaque and zero is fully transparent. This will only work if
M misc/.bashrc-snippets-laptop
+10, -2
 1@@ -71,6 +71,14 @@ alias mftp="mvpn filezilla"
 2 alias mterm="mvpn kitty"
 3 
 4 # quickly look up a program on cheat.sh
 5-cheat() {
 6-	curl cheat.sh/"$1"
 7+cheatsh() {
 8+	curl "cheat.sh/$1"
 9+}
10+
11+# to get quick notifs
12+# after long commands
13+notif() {
14+	notify-send "done!"
15+	aplay -q /usr/share/sounds/sound-icons/start
16+	spd-say -t female3 -r +25 "done!"
17 }