Alesya Huzik
Alesya Huzik
Both old and new scripts should work under wayland, though commands in the config would be different. Most likely they will be specific to your wayland compositor. Does Windows detect...
> as xinitrc is for xorg, I don't know how to launch the "watch_tablet &" command under wayland. Do you know how to launch your script under wayland ? It...
Any update on this?
`font-logos` has a 1.0.1 release with some fixes. Maybe it would make sense to use 1.0.1 straight away.
@phedders thanks for the reference. I agree that you can simulate that by using a lua script or other means. This PR is just about better out of the box...
This works for me: ``` clojure (def routes ["/" [["api/" {"users" {"" {:get :api.users/list :post :api.users/create}}}]]]) (bidi.bidi/match-route routes "/api/users" :request-method :get) ; => {:handler :api.users/list, :request-method :get} (bidi.bidi/match-route routes "/api/users"...
@aunetx I just checked and if "scale-monitor-framebuffer" experimental feature is turned off the size of blur actors is double the size of what it should be. Presumably that's what it...
Works well for me, both with and without scale-monitor-framebuffers. I didn't test x11 apps though, would be good if someone else checks it
Works for me, but initial connecting/pairing them was a pain - didn't work via gnome bluetooth settings or via blueman. Worked via command line: 1. Open terminal and type `bluetoothctl`,...
The thing you've referenced is a way to preprocess whole html snippet, not a way to apply kioo transformations to snippet's subtrees by selectors at compile time.