~hazardchem

Australia

Tinkerer :P

Devices I own:

  • Asus TUF Gaming FX506I running Alpine Linux
  • PinePhone 1.2b running sxmo pmOS
  • PinePhone Pro
  • iPhone 10
  • OnePlus 6

Recent activity

Re: [PATCH sxmo-utils] sxmo_hook_apps.sh: added onboard-settings. 5 days ago

From hazardchem to ~mil/sxmo-devel

> I think this should be instead configured as a "$KEYBOARD"

I wasn't able to get onboard to work correctly with dwm but I could with i3.

This was just to be a small patch so the settings was available without opening
the keyboard or running from shell.

Re: [PATCH sxmo-utils] sxmo_hook_inputhandler.sh: firefox - removed right hand side actions as it conflicts with the scrollbar. 14 days ago

From hazardchem to ~mil/sxmo-devel

> I dont use the scrollbar when Im using firefox...
> I usually swipe up and down in the middle of the screen.
> 
> Infact, I would prefer disabling the scrollbar on sxmo via the firefox
> mobile config on alpine.

Scrollbar is very useful if you are viewing a large page and want to jump back
to a specific location.

> I dont think we should have different gestures behaviour on the right
> side of the screen when firefox is in focus, that will be confusing for
> users - what if I really wanted to lower my volume while using firefox?

Right hand side input is up and down arrow keys, which was causing jarring

[PATCH sxmo-utils v3 4/4] sxmo_init.sh: added i3 settings. 17 days ago

From hazardchem to ~mil/sxmo-devel

This is a part of the new wm i3 update.

Signed-off-by: hazardchem <hazardchem@disroot.org>
---
 configs/profile.d/sxmo_init.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/configs/profile.d/sxmo_init.sh b/configs/profile.d/sxmo_init.sh
index 6dbd46c..1727f41 100644
--- a/configs/profile.d/sxmo_init.sh
+++ b/configs/profile.d/sxmo_init.sh
@@ -20,6 +20,16 @@ _sxmo_is_running() {
			return 0
		fi
[message trimmed]

[PATCH sxmo-utils v3 3/4] sxmo i3: Modifications to startup and wm switching scripts. 17 days ago

From hazardchem to ~mil/sxmo-devel

The following modifications were nessisary to allow another wm to exist in sxmo
ecosystem for starting the wm.

Added wm specific .desktop files that call the respective wm init scripts. This
path was decided after discussions on irc as the best path moving forward.

Modified contextmenu to set togglewm in power to call sxmo_togglewm.sh through
sxmo_power.sh.

Modified sxmo_power.sh to call sxmo_togglewm.sh instead of handling logic
internally.

sxmo_togglewm.sh: script to be called from sxmo_power.sh to facilitate switching
wms and will detect which wm you are currently running and will provide the
[message trimmed]

[PATCH sxmo-utils v3 2/4] sxmo_bg: added i3 settings 17 days ago

From hazardchem to ~mil/sxmo-devel

sxmo_brun.sh: added i3 settings.

sxmo_dmenu.sh: added i3 settings.

sxmo_idle.sh: added i3 settings.

sxmo_killwindow.sh: added i3 setting.

sxmo_rotate.sh: added i3 settings.

sxmo_type.sh: added i3 setting.

sxmo_wm.sh: added i3 settings.
[message trimmed]

[PATCH sxmo-utils v3 1/4] sxmo_migrate.sh: added config management for i3_template. 17 days ago

From hazardchem to ~mil/sxmo-devel

i3_template: new file for default config of i3.

This is a part of the new wm i3 update.

Signed-off-by: hazardchem <hazardchem@disroot.org>
---

v2 - sent as one git send-email as per aren's request
v3 - fixed bugs in sxmo_togglewm.sh and removed padding from i3_template. These
were noted from aren via irc.

 configs/appcfg/i3_template   | 235 +++++++++++++++++++++++++++++++++++
 scripts/core/sxmo_migrate.sh |  11 ++
 2 files changed, 246 insertions(+)
[message trimmed]

[PATCH sxmo-utils v2 4/4] sxmo_init.sh: added i3 settings. 18 days ago

From hazardchem to ~mil/sxmo-devel

This is apart of the new wm i3 update.

Signed-off-by: hazardchem <hazardchem@disroot.org>
---
 configs/profile.d/sxmo_init.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/configs/profile.d/sxmo_init.sh b/configs/profile.d/sxmo_init.sh
index 6dbd46c..1727f41 100644
--- a/configs/profile.d/sxmo_init.sh
+++ b/configs/profile.d/sxmo_init.sh
@@ -20,6 +20,16 @@ _sxmo_is_running() {
			return 0
		fi
[message trimmed]

[PATCH sxmo-utils v2 3/4] sxmo i3: Modifications to startup and wm switching scripts. 18 days ago

From hazardchem to ~mil/sxmo-devel

The following modifications were nessisary to allow another wm to exist in sxmo
ecosystem for starting the wm.

Added wm specific .desktop files that call the respective wm init scripts. This
path was decided after discussions on irc as the best path moving forward.

Modified contextmenu to set togglewm in power to call sxmo_togglewm.sh through
sxmo_power.sh.

Modified sxmo_power.sh to call sxmo_togglewm.sh instead of handling logic
internally.

sxmo_togglewm.sh: script to be called from sxmo_power.sh to facilitate switching
wms and will detect which wm you are currently running and will provide the
[message trimmed]

[PATCH sxmo-utils v2 2/4] sxmo_bg: added i3 settings 18 days ago

From hazardchem to ~mil/sxmo-devel

sxmo_brun.sh: added i3 settings.

sxmo_dmenu.sh: added i3 settings.

sxmo_idle.sh: added i3 settings.

sxmo_killwindow.sh: added i3 setting.

sxmo_rotate.sh: added i3 settings.

sxmo_type.sh: added i3 setting.

sxmo_wm.sh: added i3 settings.
[message trimmed]

[PATCH sxmo-utils v2 1/4] sxmo_migrate.sh: added config management for i3_template. 18 days ago

From hazardchem to ~mil/sxmo-devel

i3_template: new file for default config of i3.

This is apart of the new wm i3 update.

Signed-off-by: hazardchem <hazardchem@disroot.org>
---

v2 - sent as one git send-email as per aren's request

 configs/appcfg/i3_template   | 237 +++++++++++++++++++++++++++++++++++
 scripts/core/sxmo_migrate.sh |  11 ++
 2 files changed, 248 insertions(+)
 create mode 100644 configs/appcfg/i3_template
[message trimmed]