Site | Size Limit | API | Clearnet Mirrors | Tor Mirrors | Online |
---|---|---|---|---|---|
GoFile.io | No Limit | API | N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
:root { | |
--lt-color-gray-100: #d8dee9; | |
--lt-color-gray-200: #e5e9f0; | |
--lt-color-gray-300: #eceff4; | |
--lt-color-gray-400: #8fbcbb; | |
--lt-color-gray-500: #88c0d0; | |
--lt-color-gray-600: #81a1c1; | |
--lt-color-gray-700: #5e81ac; | |
--lt-color-gray-800: #4c566a; |
- 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
- KDE (KWin):
- Gnome (Mutter): ?