From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-28 10:07, Miles Alan wrote: > I'm also wondering about just adding a separate binding rather then > eliminating the functionality. Force-killing is occasionally helpful > (or regularly if you like the brute force approach :). > > We could do: > - 3 taps vol down force kill > - 4 taps vol down (or hold) for graceful kill > > And: > - 2 finger swipe down graceful kill > - 3 finger swipe down forceful kill > > Just an idea.
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-27 01:13, Jochen Sprickerhof wrote: > I don't think users (through sxmo-build, for example) need to run > shellcheck just to install this. Note that .build.yml still runs it. > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 3a779a3..e520337 100644 > --- a/Makefile > +++ b/Makefile > @@ -9,7 +9,7 @@ PROGRAMS = \ > programs/sxmo_megiaudioroute \ > programs/sxmo_vibratepine
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-28 02:40, Anjandev Momi wrote: > > This doesn't give the application inside the window any chance to do anything > > which, in the case of Firefox, causes the "restore session" message to pop-up > > the next time it runs (but, for some reason, not always). > > > > I found out that using "xdotool key shift+alt+c" also closes the window while > > giving the application an opportunity to gracefully shut down (this happens > > because wdm sends the WM_DELETE_WINDOW message before killing the X window). > > The two finger swipe should close windows in a graceful way in my > opinion and this patch looks good to me. I will wait till ~proycon > weighs in though to see if I am missing a use case. I agree! This patch looks like an improvement to me.
From Maarten van Gompel to ~mil/sxmo-announce
Hi all, Sxmo 1.3.2 has been released and introduces some further bugfixes and improvements without introducing any new features. The packages should land in postmarketOS soon so you can then upgrade with a simple: apk update && apk upgrade sxmo-utils: * Some improvements for the relock problem: Unable to open rtc device. But issue it not solved yet. (addresses https://todo.sr.ht/~mil/sxmo-tickets/170) * various scripts were not sourcing the common include script yet (noted by mrrabbit1155) * Readded the ability to disable menu icons by setting environment variable SXMO_NO_ICONS=1
From Maarten van Gompel to ~mil/sxmo-devel
Shellcheck complains and suggest pgrep, if we can do this with (busybox) pgrep then that sounds more elegant to me. -- Maarten van Gompel (proycon) https://proycon.anaproy.nl
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-26 10:56, Jochen Sprickerhof wrote: > Thanks to dracc for pointing that out. > --- > sxmo_build_all.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sxmo_build_all.sh b/sxmo_build_all.sh > index 2e8907b..9079d7d 100755 > --- a/sxmo_build_all.sh > +++ b/sxmo_build_all.sh > @@ -22,7 +22,7 @@ case $OS in > sudo apk add libxft-dev libx11-dev libxinerama-dev webkit2gtk-dev xproto linux-headers fontconfig-dev freetype-dev libxext-dev libinput-dev libudev-zero-dev ncurses alpine-sdk coreutils || exit 1 > ;; > "Debian GNU/Linux")
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-25 11:53, Jochen Sprickerhof wrote: > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 7e9cad1..77bcbc0 100644 > --- a/Makefile > +++ b/Makefile > @@ -23,7 +23,7 @@ config.h: > cp config.def.h $@ > > dwm: ${OBJ} > - ${CC} -lrt -o $@ ${OBJ} ${LDFLAGS}
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-24 11:06, Jochen Sprickerhof wrote: > --- > config.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config.mk b/config.mk > index 5e93cfd..650d50b 100644 > --- a/config.mk > +++ b/config.mk > @@ -22,7 +22,7 @@ FREETYPEINC = /usr/include/freetype2 > > # includes and libs > INCS = -I${X11INC} -I${FREETYPEINC} > -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-25 11:24, Jochen Sprickerhof wrote: > Allows running make without sudo. > --- > Makefile | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Makefile b/Makefile > index 3fb1956..c6660c4 100644 > --- a/Makefile > +++ b/Makefile > @@ -4,6 +4,10 @@ PREFIX:=/usr > > NAME=sxmo-dwm-config >
From Maarten van Gompel to ~mil/sxmo-devel
On 21-02-24 11:05, Jochen Sprickerhof wrote: > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index af07237..5840cfc 100644 > --- a/Makefile > +++ b/Makefile > @@ -32,7 +32,7 @@ install: all > > mkdir -p ${DESTDIR}${PREFIX}/share/man/man1 > cp lisgd.1 ${DESTDIR}${PREFIX}/share/man/man1 > - chmod 644 ${DESTDIR}${PREFIX}/share/man/man1