1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

remove old configs

This commit is contained in:
Henrik Hautakoski 2026-01-09 21:18:15 +01:00
parent a7ac339c7a
commit 313e11737e
13 changed files with 0 additions and 705 deletions

View file

@ -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