-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
I don't know how to fix this as I think it should work. I am on Fedora 40 with Hyprland, happily using clipse - thanks for the great program!
However, it only works for me after I manually type clipse -listen into the console after startup. The following hyprland setup does not seem to start clipse; and I have no idea why...
source=~/.config/hypr/latte.conf
exec-once = [...]
# use clipse as the clipboard manager
exec-once = clipse -listen
[...]
# clipse
windowrulev2 = float, class:(clipse)
windowrulev2 = size 1200 800, class:(clipse)
[...]
bind = $mainMod, C, exec, kitty --class clipse -e clipse
[...]
Everything else in my config starts just fine. Does anyone have a clue what the issue could be?
Reactions are currently unavailable