major update: added screenshots, first-run and a mango configurator.
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user