~mil/sxmo-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] xinit: set touch env variable=1 for firefox

Details
Message ID
<20200530093519.10967-1-anjan@momi.ca>
DKIM signature
missing
Download raw message
Patch: +1 -0
---
 scripts/core/sxmo_xinit.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh
index 6b818b4..871d54f 100755
--- a/scripts/core/sxmo_xinit.sh
+++ b/scripts/core/sxmo_xinit.sh
@@ -2,6 +2,7 @@
source /etc/profile
which $TERM || export TERM=st
which $BROWSER || export BROWSER=surf
[ -z "$MOZ_USE_XINPUT2" ] && export MOZ_USE_XINPUT2=1

xmodmap /usr/share/sxmo/xmodmap_caps_esc
xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
-- 
2.26.2
Details
Message ID
<d7f9a6fe-83a3-4a15-b5eb-9d236db33e74@www.fastmail.com>
In-Reply-To
<20200530093519.10967-1-anjan@momi.ca> (view parent)
DKIM signature
missing
Download raw message
On Sat, May 30, 2020, at 4:35 AM, Anjandev Momi wrote:
> ---
>  scripts/core/sxmo_xinit.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh
> index 6b818b4..871d54f 100755
> --- a/scripts/core/sxmo_xinit.sh
> +++ b/scripts/core/sxmo_xinit.sh
> @@ -2,6 +2,7 @@
>  source /etc/profile
>  which $TERM || export TERM=st
>  which $BROWSER || export BROWSER=surf
> +[ -z "$MOZ_USE_XINPUT2" ] && export MOZ_USE_XINPUT2=1
>  
>  xmodmap /usr/share/sxmo/xmodmap_caps_esc
>  xsetroot -mod 3 2 -fg '#000000' -bg '#888888'
> -- 
> 2.26.2
>

Thanks - applied! Will be in sxmo-utils 1.1.3.
Reply to thread Export thread (mbox)