- commit
- 8811969
- parent
- a914b60
- author
- xxwhirlpool
- date
- 2025-08-11 13:48:08 -0400 EDT
from laptop
3 files changed,
+6,
-3
+2,
-1
1@@ -1,4 +1,5 @@
2 {
3 "Alt-/": "lua:comment.comment",
4- "CtrlUnderscore": "lua:comment.comment"
5+ "CtrlUnderscore": "lua:comment.comment",
6+ "F5": "lua:wc.wordCount"
7 }
+3,
-1
1@@ -1,3 +1,5 @@
2 {
3- "colorscheme": "catppuccin-frappe"
4+ "colorscheme": "catppuccin-frappe",
5+ "softwrap": true,
6+ "wordwrap": true
7 }
+1,
-1
1@@ -15,4 +15,4 @@ post () { # copy image to clip & send a notification
2
3 import -window root "$FILE" && post || exit 1
4
5-notify-send "screenshot taken" "saved as ${FILE} in ${SHOTPATH}"
6+# notify-send "screenshot taken" "saved as ${FILE} in ${SHOTPATH}"