SWMO - SXMO over Wayland
This is a huge patch for Swmo, Sxmo over Sway. It is Dwm backward compatible so dwm users should not expect regressions. If you install all dependencies, you then can toggle between Sway and Dwm using a new config entry. It will reboot the phone. This commit also contains: * Make the modemmonitor bullet proof * various other smaller fixes Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:

committed by
Maarten van Gompel

parent
b1403f983e
commit
8a27933c47
@@ -45,11 +45,11 @@ menu() {
|
||||
1m
|
||||
30s
|
||||
Close Menu
|
||||
" | awk 'NF' | awk '{$1=$1};1' | dmenu -p Timer -c -l 20
|
||||
" | awk 'NF' | awk '{$1=$1};1' | sxmo_dmenu.sh -p Timer
|
||||
)"
|
||||
sxmo_keyboard.sh close
|
||||
[ "Close Menu" = "$TIMEINPUT" ] && exit 0
|
||||
st -f Monospace-50 -e "$0" timerrun "$TIMEINPUT"
|
||||
sxmo_terminal.sh -f Monospace-50 "$0" timerrun "$TIMEINPUT"
|
||||
}
|
||||
|
||||
if [ $# -gt 0 ]; then "$@"; else menu; fi
|
||||
|
Reference in New Issue
Block a user