Closed vaxerski closed 1 month ago
Working fine for me too so far, tested screencopy with OBS and Vesktop. Is there something other than screencopy that would need testing?
color picking and global shortcuts, ideally
Any clients known to use the GlobalShortcuts portal? Screenshots and color picking seem to work fine.
not that I know of. I used some random mumble fork back when designing this
Can confirm that the Screenshot portal with PickColor is working fine.
I also tested GlobalShortcuts (managed to find one of the rare programs that actually have support for it) and they also work as expected (as far as I can tell). So I think this is good to go.
For future reference, here's how I tested the GlobalShortcuts: I used gpu-screen-recorder-gtk-git but had to patch out an exception for hyprland which was related to an issue which has by now been fixed.
diff --git a/src/main.cpp b/src/main.cpp
index b8c0e71..0d9253e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4006,7 +4006,7 @@ static void activate(GtkApplication *app, gpointer) {
// instead of having a "register hotkeys" button. This needed because Hyprland doesn't remember registered hotkeys after
// the desktop portal is restarted (when the computer is restarted for example).
4. build and run the program
5. select "Record" and click "Change hotkeys"
6. (see shortcuts with `hyprctl globalshortcuts`)
7. bind to one of the shortcuts `hyprctl keyword bind SUPER, Z, global, :gpu_screen_recorder_start_stop_recording`
8. test
cool, thanks!
Works, needs testing. Screencopy seems to be doin good
@fufexan ci