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