mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
doc: rename -swayxkb to -sway-xkb
add a yambar-modules-sway pages
This commit is contained in:
parent
faa5f7f9f1
commit
db15c63c90
4 changed files with 20 additions and 6 deletions
|
@ -9,10 +9,10 @@ foreach man_src : ['yambar.1.scd', 'yambar.5.scd', 'yambar-decorations.5.scd',
|
||||||
'yambar-modules-i3.5.scd', 'yambar-modules-label.5.scd',
|
'yambar-modules-i3.5.scd', 'yambar-modules-label.5.scd',
|
||||||
'yambar-modules-mpd.5.scd', 'yambar-modules-network.5.scd',
|
'yambar-modules-mpd.5.scd', 'yambar-modules-network.5.scd',
|
||||||
'yambar-modules-removables.5.scd', 'yambar-modules-river.5.scd',
|
'yambar-modules-removables.5.scd', 'yambar-modules-river.5.scd',
|
||||||
'yambar-modules-script.5.scd', 'yambar-modules-swayxkb.5.scd',
|
'yambar-modules-script.5.scd', 'yambar-modules-sway-xkb.5.scd',
|
||||||
'yambar-modules-xkb.5.scd', 'yambar-modules-xwindow.5.scd',
|
'yambar-modules-sway.5.scd', 'yambar-modules-xkb.5.scd',
|
||||||
'yambar-modules.5.scd', 'yambar-particles.5.scd',
|
'yambar-modules-xwindow.5.scd', 'yambar-modules.5.scd',
|
||||||
'yambar-tags.5.scd']
|
'yambar-particles.5.scd', 'yambar-tags.5.scd']
|
||||||
parts = man_src.split('.')
|
parts = man_src.split('.')
|
||||||
name = parts[-3]
|
name = parts[-3]
|
||||||
section = parts[-2]
|
section = parts[-2]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
yambar-modules-swayxkb(5)
|
yambar-modules-sway-xkb(5)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
sway-xkb - This module monitor input devices' active XKB layout
|
sway-xkb - This module monitor input devices' active XKB layout
|
12
doc/yambar-modules-sway.5.scd
Normal file
12
doc/yambar-modules-sway.5.scd
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
yambar-modules-sway(5)
|
||||||
|
|
||||||
|
# NAME
|
||||||
|
i3 - This module monitors i3 and sway workspaces
|
||||||
|
|
||||||
|
# DESCRIPTION
|
||||||
|
|
||||||
|
This module use the same configuration than i3 (see *yambar-modules-i3*(5))
|
||||||
|
|
||||||
|
# SEE ALSO
|
||||||
|
|
||||||
|
*yambar-modules*(5), *yambar-particles*(5), *yambar-tags*(5), *yambar-decorations*(5)
|
|
@ -159,7 +159,9 @@ Available modules have their own pages:
|
||||||
|
|
||||||
*yambar-modules-script*(5)
|
*yambar-modules-script*(5)
|
||||||
|
|
||||||
*yambar-modules-swayxkb*(5)
|
*yambar-modules-sway-xkb*(5)
|
||||||
|
|
||||||
|
*yambar-modules-sway*(5)
|
||||||
|
|
||||||
*yambar-modules-xkb*(5)
|
*yambar-modules-xkb*(5)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue