аᶘ
getdents64(5, 0x56136d213900 /* 76 entries */, 32768) = 4784
Size: a a a
аᶘ
getdents64(5, 0x56136d213900 /* 76 entries */, 32768) = 4784
аᶘ
F
F
^((?>[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<angle><))?((?!\.)(?>\.?[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?<!-)\.)+[a-zA-Z]{2,}|\[(((?(?<!\[)\.)(25[0-5]|2[0-4]\d|[01]?\d?\d)){4}|[a-zA-Z\d\-]*[a-zA-Z\d]:((?=[\x01-\x7f])[^\\\[\]]|\\[\x01-\x7f])+)\])(?(angle)>)$
F
Лс
Лс
^((?>[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<angle><))?((?!\.)(?>\.?[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?<!-)\.)+[a-zA-Z]{2,}|\[(((?(?<!\[)\.)(25[0-5]|2[0-4]\d|[01]?\d?\d)){4}|[a-zA-Z\d\-]*[a-zA-Z\d]:((?=[\x01-\x7f])[^\\\[\]]|\\[\x01-\x7f])+)\])(?(angle)>)$
аᶘ
аᶘ
Лс
аᶘ
аᶘ
swaymsg -t get_tree | jq -r '..|try select(.focused == true)'
Лс
swaymsg -t get_tree | jq -r '..|try select(.focused == true)'
swaymsg -t get_tree | jq '..|try select(.focused == true)|.rect'
{
"x": 687,
"y": 24,
"width": 672,
"height": 737
}
687,24 672x737
аᶘ
swaymsg -t get_tree | jq '..|try select(.focused == true)|.rect'
{
"x": 687,
"y": 24,
"width": 672,
"height": 737
}
687,24 672x737
swaymsg -t get_tree | jq '..|try select(.focused == true)| .rect.x + "," + .rect.y'
Лс
swaymsg -t get_tree | jq '..|try select(.focused == true)| .rect.x + "," + .rect.y'
аᶘ
swaymsg -t get_tree | jq -r '..|try select(.focused == true)| .rect | (.x|tostring) + "," + (.y|tostring) + " " + (.width|tostring) + "x" + (.height|tostring)'
Лс
swaymsg -t get_tree | jq -r '..|try select(.focused == true)| .rect | (.x|tostring) + "," + (.y|tostring) + " " + (.width|tostring) + "x" + (.height|tostring)'
аᶘ
swaymsg -t get_tree | jq -r '..|try select(.focused == true)| .rect | .x,.y,.w
idth,.height'
аᶘ