- Nvidia Prime offloading for laptops with hybrid graphics (support for external monitors via USB-C/Thunderport)
- xkill alternative. Currently in wayland each DE/WM uses its own method.
- KDE (KWin):
qdbus org.kde.KWin /KWin killWindow
- Sway
- SIGTERM:
swaymsg kill
. Default keybind:$Mod + Shift + q
- SIGKILL:
kill -9 $(swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true).pid')
- SIGTERM:
- Hyperland:
hyprctl dispatch kill
- Gnome (Mutter): ?
- KDE (KWin):
Created
May 2, 2025 13:50
-
-
Save Bad3r/e17e27fe22f6c177ff21521df4a03f29 to your computer and use it in GitHub Desktop.
A checklist to see if Wayland meets my needs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment