Activity Browser Switcher
- JavaScript 64.8%
- Makefile 35.2%
| contents | ||
| .gitignore | ||
| Makefile | ||
| metadata.json | ||
| README.md | ||
Activity Browser Switcher
KWin script that automatically switches the default browser based on KDE Activity.
Requirements
- KDE Plasma 6
- dbus-app-launcher for executing xdg-settings
Installation
make install
Configuration
- System Settings → Window Management → KWin Scripts
- Enable "Activity Browser Switcher"
- Click the configure button
- Enter Activity UUID and browser
- To get current Activity UID, execute:
qdbus6 org.kde.ActivityManager /ActivityManager/Activities CurrentActivity
- To get current Activity UID, execute:
Uninstall
make uninstall