Reminder this is UNSUPPORTED. Reproduce bugs on a stock install with xudev/eudev before reporting them.
Do not reboot until you've done them all.
tl;dr: Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.
Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating e
| /** | |
| * | |
| * Find out if a tailwind screen value matches the current window | |
| * | |
| * @param {string} screen | |
| * | |
| * @return {Object|Boolean} | |
| */ | |
| export const screenIs = (screen = '') => { | |
| // "Theme" is an alias to where you keep your tailwind.config.js - most likely your project root |
| version: '3' | |
| services: | |
| sentry: | |
| image: 'sentry:latest' | |
| command: start | |
| networks: | |
| - sentry | |
| - traefik-public | |
| depends_on: | |
| - redis |
With wf-recorder it is possible to record one output. When ffmpeg is compiled with sdl support, then it is possible to use "sdl" as the muxer and replay the recorded video instead of writing it to a file.
| #include "../platform/platform.h" | |
| #include <cstdlib> | |
| #include <cstring> | |
| #include <bgfx/bgfx.h> | |
| #include <bgfx/embedded_shader.h> | |
| #include <bx/allocator.h> | |
| #include <bx/math.h> | |
| #define NK_IMPLEMENTATION |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* tabs on bottom of window */ | |
| #navigator-toolbox { -moz-box-ordinal-group: 10; } | |
| #TabsToolbar { -moz-box-ordinal-group: 10; } | |
| #PopupAutoCompleteRichResult { | |
| margin-top: -35vh; | |
| /* | |
| position: fixed; | |
| bottom: 74px; |
| # after appcleaner does his magic, do this | |
| sudo rm -rf "/Library/Application Support/Paragon Software/" | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist | |
| sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist | |
| sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist | |
| sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/ | |
| sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer | |
| sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/ |