Add colorpicker
This commit is contained in:
parent
6085c9f417
commit
1a40104856
4 changed files with 10 additions and 2 deletions
|
@ -65,4 +65,4 @@ handle() {
|
|||
esac
|
||||
}
|
||||
|
||||
socat -U - "UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" | while read -r line; do handle "$line"; done
|
||||
socat -U - "UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" | while read -r line; do handle "$line"; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue