Skip to content

Commit

Permalink
Hyprland#9344 - workspace rules - pinned window flag (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
kreejzak authored Feb 8, 2025
1 parent 60115e1 commit 738120d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/Configuring/Workspace-Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Props:
- `w[(flags)A-B]`, `w[(flags)X]` - Prop for window counts on the workspace.
A-B is an inclusive range, X is a specific number. Flags can be omitted.
It can be `t` for tiled-only, `f` for floating-only, `g` to count groups
instead of windows, and `v` to count only visible windows.
instead of windows, `v` to count only visible windows, and `p` to count
only pinned windows.
- `f[-1]`, `f[0]`, `f[1]`, `f[2]` - fullscreen state of the workspace. `-1`: no
fullscreen, `0`: fullscreen, `1`: maximized, `2`, fullscreen without
fullscreen state sent to the window.
Expand Down

0 comments on commit 738120d

Please sign in to comment.