Closed cnt0 closed 6 months ago
add missing shell events from https://wiki.hyprland.org/IPC/#tmphyprhissocket2sock
Also, replace readlink -mn with realpath cause realpath is doing the same and readlink -m option is not compatible with busybox
readlink -mn
realpath
readlink -m
add missing shell events from https://wiki.hyprland.org/IPC/#tmphyprhissocket2sock
Also, replace
readlink -mn
withrealpath
cause realpath is doing the same andreadlink -m
option is not compatible with busybox