major update: added screenshots, first-run and a mango configurator.

This commit is contained in:
2026-05-17 14:10:06 +02:00
parent f5d33c4576
commit 38c11b2e56
12 changed files with 151 additions and 33 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -f ~/.config/firstrun.state ]; then
dms ipc call settings open
dms ipc call keybinds openWithPath mangowc ~/.config/mango/binds.conf
touch ~/.config/firstrun.state
fi
exit 0