sxmo_migrate: changed some default responses
More protection against removing/overwriting user data
one vol and brightness notification in dwm
Using notify-send, there is a new notification window created each
iteration of volume and brightness, resulting in some severe screen
spammage. Using dunstify (which we already use elsewhere) fixes this,
so it uses just one window.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
fixed broken statusbar on dwm
sxmo_terminal.sh: Run default shell when called with no options
This fixes the default 'powerbutton_three' action,
which apparently nobody noticed/cared it was broken.
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Allow 'escp' to cancel notifmenu
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Store explicit version information of the sxmo installation
Upon installation, this creates a file /usr/share/sxmo/version specifying the installed
version of sxmo. Will be derived from git tag automatically (so you get
ersions like 1.5.1.1-25-gd371f1f for a development release build with
sxmo-build. Falls back on an explicit version otherwise. I think it's a
good thing to have the explicit number in the Makefile anyway. We musn't
forget to update it after each release though. Set to 1.5.3 now because
1.5.2 is being released.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
fix ssh mode since we dropped xdm-config
xdm-config was adding a /etc/profile.d sxmo script that was setting up
some env variabled. We now miss the XDG_DATA_HOME one that we was not
defaulting in sxmo_common.sh
As we prefer not to enforce those global variables, we will fix this
adding this default to the common script then. Scripts that need it
should load this script anyway.
Fixes the Modem Reset / Restart in config menu
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Add a check before toggeling wm
Currently on 1.5.1, sway is not installed nor setted up. This WM toggle
entry cause a tty soft lock !
This fix this with a very too simple check but that will prevent this
case.