Skip to content

Commit c25d684

Browse files
committed
xbindkeys: add page
1 parent d185054 commit c25d684

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

pages/linux/xbindkeys.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# xbindkeys
2+
3+
> Grab keys and mouse buttons to run shell commands in X11.
4+
> More information: <https://manned.org/xbindkeys>.
5+
6+
- Start the `xbindkeys` daemon:
7+
8+
`xbindkeys`
9+
10+
- Generate a default sample configuration file:
11+
12+
`xbindkeys --defaults > {{path/to/xbindkeysrc}}`
13+
14+
- Start `xbindkeys` using a specific configuration file:
15+
16+
`xbindkeys -f {{path/to/file}}`
17+
18+
- Interactively identify key codes and mouse button combinations:
19+
20+
`xbindkeys -k`
21+
22+
- Run `xbindkeys` in the foreground for debugging:
23+
24+
`xbindkeys -n -v`
25+
26+
- Reload configuration without restarting the daemon:
27+
28+
`xbindkeys -p`
29+
30+
- Display currently registered key bindings:
31+
32+
`xbindkeys --show`

0 commit comments

Comments
 (0)