User:⬡hexa
Appearance
Hello! I'm Edward (Jones), a thoughtful, more in-tro-verted vegetarian gentleman.
- I have been living from 2002.
- I studied for GCSEs in 2018 and my life changed with MH problems since that time.
- I have postmarketOS on my FairPhone 4.
TTYEscape HKDM configuration:
sudo mv -T /etc/hkdm/config.d/ttyescape.toml ~/Documents/ttyescape-hkdm.toml sudo cp -s ~/Documents/ttyescape-hkdm.toml /etc/hkdm/config.d/ttyescape.toml sudo $EDITOR ~/Documents/ttyescape-hkdm.toml sudo rc-service hkdm restart
My ttyescape-hkdm.toml:
[[events]] name = "increment" event_type = "EV_KEY" key_state = "released" keys = ["KEY_VOLUMEDOWN", "KEY_VOLUMEUP"] command = "/usr/bin/togglevt.sh inc" [[events]] name = "start" event_type = "EV_KEY" key_state = "pressed" keys = ["KEY_VOLUMEUP"] command = "/usr/bin/togglevt.sh start" [[events]] name = "reset" event_type = "EV_KEY" key_state = "released" keys = ["KEY_VOLUMEUP"] command = "/usr/bin/togglevt.sh reset"
My tinydm (DM service) "user-session.desktop":
[Desktop Entry] Name=Sxmo Sway WM (Wayland UI) session Exec=/usr/bin/sh -c "DISPLAY=:0.0 gio launch /usr/share/wayland-sessions/swmo.desktop;" Type=Application Keywords=session;
- sudo tinydm-unset-session [default session file]
- sudo tinydm-set-session -f -s ~/Documents/user-session.desktop
- sudo service tinydm -v restart
- rc-status
OpenRC services:
sudo rc-update add polkit boot sudo rc-update add hkdm boot sudo rc-update add tinydm boot