Alex
08e457e3cd
Merge remote-tracking branch 'origin/master' into pr-4694
...
# Conflicts:
# src/modules/hyprland/workspace.cpp
2026-07-04 00:41:50 +02:00
Alex
e792ed8f85
Merge remote-tracking branch 'origin/master' into pr-4861
...
# Conflicts:
# src/modules/hyprland/workspace.cpp
2026-07-03 23:51:19 +02:00
Alex
1afb1a5229
docs(man): document options implemented but missing from man pages
...
Sync man pages with the code for options that were read but undocumented:
- sway/workspaces: ignore-workspaces
- niri/workspaces: sort-by-number, hide-empty
- wayfire/workspaces: disable-scroll, enable-bar-scroll
- river/tags: set-tags, toggle-tags
- hyprland/workspaces: persistent-workspaces (formalized)
- hyprland/window: fallback, tooltip-format
- cpu: format-<state>, tooltip-format, tooltip-format-<state>
- pulseaudio/slider: ignored-sinks
- hyprland/niri/mango language: format-<lang>-<variant> (+ hyprland tooltip variant)
2026-07-03 23:35:12 +02:00
Alexis Rouillard
2f6720c053
Merge pull request #4981 from xiyori/max-windows
...
Add max-windows option to hyprland/workspaces
2026-07-03 22:58:37 +02:00
Alexis Rouillard
5ff20943a9
Merge branch 'master' into hide-active
2026-07-03 22:22:24 +02:00
Alexis Rouillard
93db40b829
Merge branch 'master' into master
2026-07-03 22:22:21 +02:00
Alexis Rouillard
4700f2b423
Merge branch 'master' into max-windows
2026-07-03 22:22:16 +02:00
buzz
ea36aab3ba
docs(hyprland/workspaces): add on-scroll-up and on-scroll-down to man page
2026-05-21 17:34:07 +02:00
xiyori
503d99b128
Add max-windows option to hyprland/workspaces
2026-04-09 14:15:56 +03:00
eonphi
8a3a78676f
docs(hyprland/workspaces): icon grouping man page entries
2026-03-10 15:01:47 +01:00
vawvaw
5b595a4dfe
hyprland/workspaces: Add enable-bar-scroll option
2026-02-13 20:48:59 +01:00
mike b
85aac3fee7
feature to limit the number of icons displayed
2025-12-11 14:46:32 -05:00
Pol Rivero
45d01ce6e5
Implement "active-window-position"
2025-08-18 21:23:36 +02:00
Pol Rivero
691b7d427b
Implement "reverse-direction"
2025-08-18 20:49:14 +02:00
Pol Rivero
83f16a2092
Document newer config options of workspace-taskbar
...
Adds some configs that were only documented in the GitHub wiki to the manpage.
2025-08-12 16:43:31 +02:00
Pol Rivero
c98cb7095d
Merge remote-tracking branch 'upstream/master'
2025-07-06 10:18:59 +02:00
Alexis Rouillard
77b42105a6
Merge pull request #4136 from Roc25/special-centered
...
hyprland workspaces: Add sorting Special Centered
2025-06-22 08:57:12 +01:00
Дмитрий and Tuur Vanhoutte
5a075646d2
Update man
...
Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com >
2025-06-07 12:19:52 +03:00
Дмитрий and Tuur Vanhoutte
fca159ad01
Update man page
...
Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com >
2025-06-07 12:19:13 +03:00
gred
35b0d591a6
Update man page
2025-06-07 12:14:40 +03:00
gred
35c6e9c21c
Update man page
2025-06-07 11:23:19 +03:00
gred
b36a283f83
Update man
2025-06-07 11:06:06 +03:00
Pol Rivero
e0f3695523
workspace taskbars: Minor fixes
...
- Add missing CSS class to manpage
- Fix rare segfault when address is not found (seems to only happen when compiled for production)
2025-01-27 11:46:35 +01:00
Pol Rivero
42affa4eda
workspace taskbars: Update manpage
2025-01-27 11:46:35 +01:00
Lars Niesen
f9acc1fed9
Add stretching of modules and modules-center toggling
...
This Patch allows the stretching of modules-{left,center,right} as well
add a "expand" flag to AModule. This allows one module to consume the
leftover space.
To allow the left or right modules to fully consume the center, the
changes also include a way to remove the center box (center_)
altogether.
2024-11-20 00:00:27 +01:00
Austin Horstman
702e10649e
modules/hyprland/workspace: ignore empty window-rewrite
...
I'd like to ignore some windows from having icons or empty space taken
on the bar. By filtering out empty repr we can supply rewrite rules that
will ignore them from being processed and showing an empty space or
default icon.
2024-07-03 00:21:49 -05:00
Nicolas Lenz
d0a8c1d90d
document capturing in window-rewrite
2024-06-05 20:16:30 +02:00
alttabber
29e3d8c371
Hide non-visible special workspaces
2024-05-28 17:45:01 +02:00
Alexis Rouillard
e30ddda23a
Merge pull request #2987 from tomben13/master
...
[hyprland/workspaces] New options to change on click behaviour and active workspace status
2024-03-22 23:16:57 +01:00
Jannik
f014a7d2e5
man docs & different css class name
2024-03-16 21:22:01 +01:00
Tom Benham
68889494d0
Removed option active-per-monitor
2024-03-05 11:12:46 +01:00
Tom Benham
df7f1fffcf
feat(hyprland/workspaces): added options move-to-monitor and active-per-monitor
2024-03-04 13:17:52 +01:00
Aleksei Bavshin
4b34486143
man: fix missing code block fence in hyprland-workspaces
2024-02-17 08:45:44 -08:00
Emily Ellis
ff09ef6d71
hyprland/workspaces: allow using the original window class/title
...
This turns the values of window rewrite rules in hyprland/workspaces from static strings to format strings with the values {class} and {title} available.
2023-12-30 21:07:40 -05:00
Avishek Sen
d0cab2a367
docs: fix typos and improve language coherence
2023-10-21 21:15:25 +05:30
Alexis Rouillard
7645ae1907
Merge pull request #2563 from Syndelis/feat/hyprland-window-rename-by-title
2023-10-15 21:21:32 +02:00
Brenno Lemos
ceeb5bf8bd
docs: include new ignore-workspaces example and documentation
2023-10-11 11:03:18 -03:00
Brenno Lemos
592d5645a5
docs: include new feature in manual
2023-10-09 14:58:21 -03:00
Brenno Lemos
6663ca3d75
chore: document new properties
2023-09-22 20:41:38 -03:00
Alexis Rouillard
196b400abf
Merge pull request #2468 from khaneliman/persistent-rename
...
deprecate persistent_workspaces in favor of persistent-workspaces
2023-09-11 09:22:07 +02:00
Austin Horstman
cbc12e5443
feat: hyprland workspaces add sort-by
2023-09-08 22:49:15 -05:00
khaneliman
44ac6b8044
refactor!: hyprland persistent workspaces config option name standardization
2023-09-05 16:02:19 -05:00
zjeffer
04b39ea64e
hyprland/workspaces: implement 'active_only' option and visible class
2023-09-05 18:22:54 +02:00
Alexis Rouillard
8eb614f69e
Merge pull request #2438 from khaneliman/hyprland-workspace-array
...
hyprland persistent workspace support new config declaration
2023-09-01 09:10:23 +02:00
Austin Horstman
52309615c1
hyprland new persistent_workspace configuration style
2023-08-29 00:11:25 -05:00
zjeffer
e163dd8216
hyprland/workspaces: update manpage
2023-08-24 22:51:06 +02:00
Austin Horstman
ee4fbc58f7
hyprland add urgent ipc support
2023-08-23 12:52:29 -05:00
zjeffer
8cf676176d
Updated hyprland-workspaces manpage
2023-08-14 11:17:49 +02:00
Diederik de Haas
a3904ff039
man: Fix several whitespace formatting issues
...
Fix the following whitespace formatting issues:
- Indentation in scdoc source files should be done with tabs.
- Lines where there (clearly) should be a line break, need to have '++'
at the end, but several were missing them.
- The scdoc manual (clearly) states that lines should be hard wrapped
at 80 columns, but when line(s) are indented, that causes rendering
issues. So lines where a line break was not clearly intended or
clearly not intended, have been put onto 1 line to circumvent the
rendering issue.
Link: https://lists.sr.ht/~sircmpwn/public-inbox/%3C8251560.T7Z3S40VBb%40bagend%3E
2023-07-30 17:37:30 +02:00
Diederik de Haas
c8910901e5
man: Make NAME-ing consistent
...
Tools like `apropos` and `whatis` use the NAME section to generate their
database, so make sure every manpage has it.
Also make sure they all have a brief description and make it consistent
across the manpages.
2023-07-30 10:00:02 +02:00