Windows 11 is one of the cleanest and most polished versions of Windows out there. I have been using it as my main operating system, and it works great. However, I also have an Ubuntu host, and at times I want to switch between Linux and Windows. Although we could do a dual boot and …

Maintained Compatibility List for International Banking Apps This list includes banking apps that have been tested, submitted, reviewed, and verified as compatible. LIST | SUBMIT | UPDATE | POSSIBLE WORKAROUND SOLUTIONS Introduction Welcome to the crowd-sourced dataset for GrapheneOS users on currently supported devices. New visitors are encouraged to read the official usage guide on banking apps for comprehensive details about how these apps function on GrapheneOS. IMPORTANT Please read GrapheneOS’s important announcement, officially released on Dec 1, 2023:

Google's monopolistic stranglehold on Android results in poor experience for power-users, and artificially restricts choice for those who have older phones. For example, Google Wallet is the de facto way to use NFC payments on Android. There's one problem though - it only works with Google's Android. If you have the temerity to install a 3rd party Android OS - like the hyper-secure GrapheneOS - …
@crft I do not use i, j, k or l for moving. So I binded l key for lock via a menu:
set $lock swaylock -f -i <Path To Lockscreen Wallpaper>
exec swayidle -w \
timeout 300 '$lock' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep '$lock'
#Lock menu
set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) Shutdown
mode "$mode_system" {
bindsym l exec $lock, mode "default"
bindsym e exec swaymsg exit
bindsym s exec $lock && systemctl suspend, mode "default"
bindsym h exec $lock && systemctl hibernate, mode "default"
bindsym r exec systemctl reboot
bindsym Shift+s exec systemctl poweroff
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+l mode "$mode_system"
Hope it will help