forked from kunsi/dotfiles
i3pystatus: add controls for trackpad
This commit is contained in:
parent
92f0fd8395
commit
c981797e33
2 changed files with 19 additions and 0 deletions
|
@ -87,6 +87,13 @@ status.register("shell",
|
|||
interval=1,
|
||||
on_leftclick="xinput enable 'ELAN Touchscreen'",
|
||||
on_rightclick="xinput disable 'ELAN Touchscreen'")
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/trackpad.sh",
|
||||
interval=1,
|
||||
on_leftclick="xinput enable 'SynPS/2 Synaptics TouchPad'",
|
||||
on_rightclick="xinput disable 'SynPS/2 Synaptics TouchPad'")
|
||||
|
||||
status.register("network",
|
||||
interface="wlp4s0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue