A simple notes system added for the panel, I38 notes.

This commit is contained in:
Storm Dragon
2025-04-07 15:08:11 -04:00
parent dc8f832840
commit f41741866a
2 changed files with 826 additions and 0 deletions

3
i38.sh
View File

@@ -591,6 +591,9 @@ mode "panel" {
# System information bound to s
bindsym s exec --no-startup-id ${i3Path}/scripts/sysinfo.sh, mode "default"
# Simple notes system bound to n
bindsym n exec --no-startup-id ${i3Path}/scripts/notes.py, mode "default"
# Exit panel mode without any action
bindsym Escape mode "default"
bindsym Control+g mode "default"