A lot of repairs and small changes
This commit is contained in:
@@ -7,7 +7,7 @@ floorp &
|
||||
|
||||
NAME="Floorp"
|
||||
CLASS="floorp"
|
||||
WORKSPACE=3
|
||||
WORKSPACE=2
|
||||
|
||||
while true; do
|
||||
WIN=$(hyprctl clients -j | jq -r '.[] | select(.class == "'$CLASS'") | .address')
|
||||
@@ -38,4 +38,4 @@ while true; do
|
||||
|
||||
echo "Waiting for focus..."
|
||||
sleep $((RANDOM % 3))
|
||||
done
|
||||
done
|
||||
|
||||
@@ -7,7 +7,7 @@ keepassxc &
|
||||
|
||||
NAME="KeePassXC"
|
||||
CLASS="org.keepassxc.KeePassXC"
|
||||
WORKSPACE=401
|
||||
WORKSPACE=10
|
||||
|
||||
while true; do
|
||||
WIN=$(hyprctl clients -j | jq -r '.[] | select(.class == "'$CLASS'") | .address')
|
||||
@@ -38,4 +38,4 @@ while true; do
|
||||
|
||||
echo "Waiting for focus..."
|
||||
sleep $((RANDOM % 3))
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user