You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs for hyprland/window only got 3 documented options: format, rewrite and separate-outputs. But after reading sway/windows docs I found that options such as icon or max-length will also work for hyprland/window.
I set max-length to 100 and because of that sometimes title will look like this: Foo bar... (ellipsis at the end). I would like to have a tooltip on-hover with a full title of a window. sway/tooltip docs says it is enabled by default but it doesn't work with hyprland/windows, setting tooltip to true explicitly doesn't change anything either.
Note on `max-length` JSON name: It is documented in `sway/window` not in
`hyprland/window` but anyways works on the latter. See Alexays/Waybar#2898
- Add some `rewrite` to use emojis when focusing a VIM or Firefox window
Docs for hyprland/window only got 3 documented options:
format
,rewrite
andseparate-outputs
. But after reading sway/windows docs I found that options such asicon
ormax-length
will also work forhyprland/window
.I set
max-length
to 100 and because of that sometimes title will look like this:Foo bar...
(ellipsis at the end). I would like to have a tooltip on-hover with a full title of a window.sway/tooltip
docs says it is enabled by default but it doesn't work withhyprland/windows
, settingtooltip
totrue
explicitly doesn't change anything either.Workaround
Display notification with full title:
The text was updated successfully, but these errors were encountered: