useful links:
- sxmo homepage
- sxmo user guide
- postmarketOS wiki article for some sxmo tips & tricks
- my dotfiles (nothing here yet)
- userscripts - some dmenu/bemenu scripts for sxmo
Pinetab keyboard's touchpad:
In ~/.config/sxmo/sway add this section:
#Pinetab keyboard touchpad
input "9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" {
dwt enabled # disable touchpad while typing
tap enabled # enable tap to click
natural_scroll enabled # enable natural scrolling
middle_emulation enabled # enable middle click by tapping 2 fingers
}
save volume levels on logout/shutdown and restore on start
Create/edit ~/.config/sxmo/hooks/start and add:
#!/usr/bin/env sh
exec alsactl --file ~/.config/sxmo/asound.state restore
and create/edit ~/.config/sxmo/hooks/stop and add:
#!/usr/bin/env sh
exec alsactl --file ~/.config/sxmo/asound.state store