killown
killown
> don't force push. You messed up the diff. Rebase against master, please. is it fixed now?
First, make sure to test kernel LTS, kernel 6.7.x is very unstable with amd gpu for some people.
can you try monitor=DP-7, 1920x1080@60, 3840x0, auto #left monitor=DP-8, 3840x2160@60, 0x0, auto #right do not set eDP-1 just for testing
> @killown having just these two lines in my config and starting Hyprland turns on all 3 monitors. The middle monitor (DP-8) shows the quarter screen as before but does...
> I tried putting the x2160 screen first and last. No differences unfortunately. comment all monitor =.. and try monitor=,highres,auto,1
When you mix monitors with different heights, it messes up the mouse movement, it can get stuck in some areas, just like in GNOME. It's pretty annoying, and honestly, I...
just an idea to implement >> WAYFIRE_UPDATE_CONFIG=false wayfire since there is WAYFIRE_CONFIG_FILE=/path/to/wayfire.ini to set the config file, just to follow the logic
also you can try: pip install wayfire ``` from wayfire import sock focused_view_id = sock.get_focused_view()["id"] sock.set_workspace({"x":1, "y":1}, focused_view_id) # or not moving the view and yet going to the workspace...
here is examples of using IPC for tilling https://github.com/killown/waypy import wayfire import os addr = os.getenv("WAYFIRE_SOCKET") sock = wayfire.WayfireSocket(addr) sock.tilling_toggle()
You are comparing title with app_id, you are not considering case sensitive also, "Word" does not exist in "word" not sure what are you trying to do but that works...