refactor(eww): Move hypr-related scripts to hypr/
dir
In case I'm planning to stop using Hyprland
This commit is contained in:
parent
1aef655bc2
commit
b3437a55b2
4 changed files with 4 additions and 4 deletions
4
.config/eww/scripts/hypr/hyprland-getsocket
Executable file
4
.config/eww/scripts/hypr/hyprland-getsocket
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
tmp=/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock
|
||||
[ -f $tmp ] && echo $tmp || echo $XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock
|
Loading…
Add table
Add a link
Reference in a new issue