Some collection of maybe useful plugins for Noctalia.
- Open Noctalia.
- Go to the plugins section.
- Add a custom plugin source.
- Use the repository URL of this source repo, for example:
https://github.com/whereareiam/noctalia-plugins
- Refresh plugin sources.
- Install the plugin you want from the list.
Tabber — macOS like window switcher
Tabber provides an Alt-Tab style switcher for Noctalia on Hyprland.
It supports:
- grouped mode: windows from the same app appear as one item
- normal mode: every window appears as its own item
- custom actions
- optional hidden-window restore
qshyprctljq
Tabber still needs Hyprland keybinds to trigger it.
Example Hyprland wiring:
bind = ALT, Tab, global, tabber:select-next
bind = ALT SHIFT, Tab, global, tabber:select-previous
bind = , Alt_L, global, tabber:release-alt-left
bind = , Alt_R, global, tabber:release-alt-rightOptional direct action binds via the generic action IPC:
bind = ALT, Q, exec, qs ipc -c noctalia-shell call plugin:tabber action close
bind = ALT, H, exec, qs ipc -c noctalia-shell call plugin:tabber action hide