refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
9
.config/hypr/scripts/dynamic-float.sh
Executable file
9
.config/hypr/scripts/dynamic-float.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
function handle {
|
||||
if [[ ${1:0:12} == "activewindow" ]]; then
|
||||
echo ${1:0}
|
||||
fi
|
||||
}
|
||||
|
||||
socat - UNIX-CONNECT:/tmp/hypr/$(echo $HYPRLAND_INSTANCE_SIGNATURE)/.socket2.sock | while read line; do handle $line; done
|
Loading…
Add table
Add a link
Reference in a new issue