mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +01:00
Add hyprland instance signature to handle_monitor_connect.sh (#254)
This commit is contained in:
parent
d5d5ece682
commit
fd15935db7
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ handle() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
socat - UNIX-CONNECT:/tmp/hypr/.socket2.sock | while read -r line; do handle "$line"; done
|
socat - "UNIX-CONNECT:/tmp/hypr/${HYPRLAND_INSTANCE_SIGNATURE}/.socket2.sock" | while read -r line; do handle "$line"; done
|
||||||
```
|
```
|
||||||
|
|
||||||
if you want workspaces 1 2 4 5 to go to monitor 1 when connecting it.
|
if you want workspaces 1 2 4 5 to go to monitor 1 when connecting it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue