From Aren to ~mil/sxmo-devel
This seems to make sense, but (just so we can document it for the future) what did you run into that motivated this change? On Sat, Sep 14, 2024 at 05:17:03PM GMT, Salvatore Stella wrote: > --- > Makefile | 2 +- > configs/doas/{sxmo.conf => 50-sxmo.conf} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename configs/doas/{sxmo.conf => 50-sxmo.conf} (100%) > > diff --git a/Makefile b/Makefile > index 4055bd8..8656326 100644 > --- a/Makefile > +++ b/Makefile
From Aren to ~mil/sxmo-devel
Is there any reason to not keep backwards compatability with SXMO_BG_IMG? I think adding this to sxmo_hook_wallpaper.sh ought to be enough: if [ -n "$SXMO_BG_IMG" ]; then printf "%s" "$SXMO_BG_IMG" fi Looks good besides that, and thanks for taking the time to fix this it's been bugging me for ages :)
From Aren to ~mil/sxmo-devel
Superseded by https://lists.sr.ht/~mil/sxmo-devel/patches/54549
From Aren to ~mil/sxmo-devel
Looks good, merged (with extra comments / whitespace) To git.sr.ht:~mil/sxmo-utils f869295..54ebae7 54ebae7 -> master On Fri, Aug 23, 2024 at 09:24:05AM GMT, hazardchem wrote: > Added tabbed to sxmo_hook_apps.sh by calling sxmo_tabbed.sh > > sxmo_tabbed.sh: > > This program provides a list of programs with their embedded call and > will start a tabbed session with that program inside, or nothing starts > a tabbed session with nothing inside. >
From Aren to ~mil/sxmo-devel
Merged, I don't understand what the difference is between the two class values, and I wasn't easily able to find docs on it. I'm hoping this doesn't turn out to break other things. - Aren On Mon, May 27, 2024 at 08:03:27AM GMT, hazardchem wrote: > Found that the mpv pseudo-gui listed its WM_CLASS as `WM_CLASS(STRING) = "gl", "mpv"` > > xorgfocusedwindow was only looking at the first field for the app: rename so it > was always set to gl. This patch changes the field to the second. > > Testing on my machine hasn't found any issues as everything was detected > correctly on a few different windows.
From Aren to ~mil/sxmo-devel
Merging, this seems like a good feature to have, and we can polish the UI later. During testing I noticed that the notification sounds are still played for incoming texts, I'm not sure if that's intentional. To git.sr.ht:~mil/sxmo-utils 20a89df..23617f1 23617f1 -> master On Fri, May 31, 2024 at 06:41:34PM GMT, Willow Barraco wrote: > The first patch is a refactorisation to help on the second patch. > > This is still to be considered WIP. It works well, but the UI doesn't > feels polished. I'd like to no add any additional bemenu folder. If you
From Aren to ~mil/sxmo-devel
Merged this patch, next time please include more information on what issues this causes, and how to reproduce them. To git.sr.ht:~mil/sxmo-utils 72c78db..20a89df 20a89df -> master On Sun, Jul 21, 2024 at 09:04:14PM GMT, hazardchem wrote: > Signed-off-by: hazardchem <hazardchem@disroot.org> > --- > configs/default_hooks/sxmo_hook_contextmenu.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/default_hooks/sxmo_hook_contextmenu.sh b/configs/default_hooks/sxmo_hook_contextmenu.sh > index c83ac08d..e1cef897 100755
From Aren to ~mil/sxmo-devel
On Sun, Jul 21, 2024 at 09:04:15PM GMT, hazardchem wrote: > Added tabbed to sxmo_hook_apps.sh by calling sxmo_tabbed.sh > > sxmo_tabbed.sh: > > This program provides a list of programs with their embedded call and > will start a tabbed session with that program inside, or nothing starts > a tabbed session with nothing inside. > > Signed-off-by: hazardchem <hazardchem@disroot.org> > --- > configs/default_hooks/sxmo_hook_apps.sh | 2 ++ > scripts/core/sxmo_tabbed.sh | 17 +++++++++++++++++ > 2 files changed, 19 insertions(+)
From Aren to ~mil/sxmo-devel
Looks good, applied To git.sr.ht:~mil/sxmo-utils 64b4c63..72c78db 72c78db -> master
From Aren to ~mil/sxmo-devel
Looks good, merged To git.sr.ht:~mil/sxmo-utils 07e306e..64b4c63 64b4c63 -> master