dms-bongo-cat
Watch the cat tap its paws on your bar in real-time as you type
File Explorer
- key.wav
- key_alt.wav
- pop_key.wav
- pop_key_alt.wav
- pop_space.wav
- space.wav
- bongocat-Regular.otf
- author_logo.png
- github.svg
- ActionTile.qml
- AI_GUIDE.md
- ButtonGroupSettingPlus.qml
- ColorSettingPlus.qml
- convention.md
- CopyBox.qml
- DankIconPickerPlus.qml
- DankSliderPlus.qml
- ElevationShadow.qml
- FeedbackCard.qml
- HeaderRow.qml
- HintItem.qml
- HintSection.qml
- InfoText.qml
- InfoTile.qml
- MediaHeader.qml
- NoteCard.qml
- NumericText.qml
- OutlineButton.qml
- PluginAbout.qml
- PluginHeader.qml
- PluginShortcut.qml
- PopoutContent.qml
- qmldir
- README.md
- README_TEMPLATE.md
- SectionTitle.qml
- SelectionSettingPlus.qml
- Separator.qml
- SettingsCard.qml
- SettingsDivider.qml
- ShortcutCard.qml
- SliderSettingPlus.qml
- StatusDisplay.qml
- StatusDot.qml
- StringSettingPlus.qml
- sync_common.py
- TagChip.qml
- ToggleSettingPlus.qml
- UsageGuide.qml
- WatermarkText.qml
- generate_sounds.py
- i18n.py
- BongoSoundService.qml
- qmldir
- de.json
- es.json
- fr.json
- ja.json
- ko.json
- ru.json
- vi.json
- zh_CN.json
- en.json
- BongoSettings.qml
- BongoWidget.qml
- LICENSE
- plugin.json
- README.md
- screenshot.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
evtest
View Details ▼
evtest
Display information from input device drivers.
sudo evtest
List all detected input devices and select one for monitoring:
sudo evtest /dev/input/event{{number}}
Display events from a specific input device:
sudo evtest --grab /dev/input/event{{number}}
Grab the device exclusively, preventing other clients from receiving events:
libinput
View Details ▼
libinput
Interface with libinput.
sudo libinput list-devices
List all devices recognized by libinput:
sudo libinput debug-events
Print all libinput events:
sudo libinput debug-gui
Show a GUI to visualize libinput's events:
usermod
View Details ▼
usermod
Modify a user account.
See also: `users`, `useradd`, `userdel`.
sudo usermod {{[-l|--login]}} {{new_username}} {{username}}
Change a username:
sudo usermod {{[-u|--uid]}} {{id}} {{username}}
Change a user ID:
sudo usermod {{[-s|--shell]}} {{path/to/shell}} {{username}}
Change a user shell:
