mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
remove old configs
This commit is contained in:
parent
a7ac339c7a
commit
313e11737e
13 changed files with 0 additions and 705 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
execCommand=$1
|
||||
className=$2
|
||||
|
||||
class=$(hyprctl -j clients | jq -r ".[] | select(.class | startswith(\"${className}\")) | .class")
|
||||
|
||||
if [[ $class != "" ]]
|
||||
then
|
||||
hyprctl dispatch focuswindow "class:${class}"
|
||||
else
|
||||
${execCommand} &
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue