diff options
author | xengineering <me@xengineering.eu> | 2023-01-12 20:33:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-12 20:33:51 +0100 |
commit | 90971a4cf400eeba7eb3147c559b0cfe325d8e66 (patch) | |
tree | e3074005b87235a79790e5419e2228e683eb91f2 /content | |
parent | d7aa72067611ed53f037b99ca079211ea10c5e98 (diff) | |
download | website-90971a4cf400eeba7eb3147c559b0cfe325d8e66.tar website-90971a4cf400eeba7eb3147c559b0cfe325d8e66.tar.zst website-90971a4cf400eeba7eb3147c559b0cfe325d8e66.zip |
Add description to phonelock
Diffstat (limited to 'content')
-rw-r--r-- | content/git/phonelock.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/git/phonelock.md b/content/git/phonelock.md index 6055704..731ee13 100644 --- a/content/git/phonelock.md +++ b/content/git/phonelock.md @@ -4,3 +4,27 @@ "description":"Wayland screen locker for mobile devices", "state":"experimental" } + +Using Linux on smartphones becomes more and more realistic. An excellent place +to get software, documentation and new contacts is the +[postmarketOS](https://postmarketos.org/) distribution. Mind especially the +[devices page](https://wiki.postmarketos.org/wiki/Devices) where I found the +[OnePlus 6](https://wiki.postmarketos.org/wiki/OnePlus_6_(oneplus-enchilada)) +from 2018 I am currently using. + +Since using a desktop like Gnome or a window manager like Sway is not a lot of +fun on a mobile device, you need a proper user interface. postmarketOS has a +wiki page about suitable [user +interfaces](https://wiki.postmarketos.org/wiki/Category:Interface). My personal +preference is [Sxmo](https://sxmo.org/) based on the tiling window manager +[Sway](https://swaywm.org/) and Wayland. + +While Sxmo works great for me it has currently no screen locker. The default +screen locker for Sway is [swaylock](https://github.com/swaywm/swaylock) which +is developed for desktop environments with a keyboard only. This does not work +well on a phone with a virtual keyboard. + +Since I do not want to leave my primary phone without a screen locker it is +time to write one! Furthermore this is an opportunity to learn about the +Wayland protocol and the [Cairo](https://www.cairographics.org/) graphics +library. |