This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html style="text-align: center;"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" /> | |
| <title>crouton awesomewm</title> | |
| <meta property content /> | |
| </head> | |
| <body style="background: url('awesomewm.png') center / cover no-repeat, var(--gray);"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var menuOpts = { | |
| a:{ | |
| "Reboot Userspace":()=>{ | |
| shellrun("launchctl reboot userspace") | |
| }, | |
| Respring:()=>{ | |
| device.respring() | |
| }, | |
| "Safe Mode":()=>{ | |
| shellrun("killall -SEGV SpringBoard") |
OlderNewer