mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-17 01:52:29 +00:00
4 lines
165 B
Bash
4 lines
165 B
Bash
|
#!/bin/sh
|
||
|
dbus-send --type=method_call --print-reply --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.ToggleVisible || onboard
|
||
|
|