Skip to content

Commit

Permalink
Add missing backtick in keyboard_layout.rs doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam authored and bim9262 committed Jan 26, 2025
1 parent 9117968 commit 8ba8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/keyboard_layout.rs
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
//!
//! Key | Values | Default
//! ----|--------|--------
//! `driver` | One of `"setxkbmap"`, `"xkbswitch"`, "localebus"`, `"kbddbus"` or `"sway"`, depending on your system. | `"setxkbmap"`
//! `driver` | One of `"setxkbmap"`, `"xkbswitch"`, `"localebus"`, `"kbddbus"` or `"sway"`, depending on your system. | `"setxkbmap"`
//! `interval` | Update interval, in seconds. Only used by the `"setxkbmap"` driver. | `60`
//! `format` | A string to customise the output of this block. See below for available placeholders. | `" $layout "`
//! `sway_kb_identifier` | Identifier of the device you want to monitor, as found in the output of `swaymsg -t get_inputs`. | Defaults to first input found

0 comments on commit 8ba8a2c

Please sign in to comment.