isaksamsten/niriswitcher
Project ID: 178219
Description
Application switcher for niri
Installation Instructions
dnf copr enable isaksamsten/niriswitcher
dnf install niriswitcher
Configuration
First we need to execute the niriswitcher application. The program is
deamonized and waits for USR1 signal to be shown. In the niri
config.kdl-file we first start niriswitcher at startup:
spawn-at-startup "niriswitcher"
Next, we add keybindings to send the USR1 signal to niriswitcher on Alt+Tab and Alt+Shift+Tab.
bind {
Alt+Tab repeat=false { spawn "pkill" "-USR1" "niriswitcher"; }
Alt+Shift+Tab repeat=false { spawn "pkill" "-USR1" "niriswitcher"; }
}
Read more in the Github repository
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
Fedora 41
|
aarch64 (35)*, x86_64 (72)* | Fedora 41 (44 downloads) |
Fedora 42
|
aarch64 (68)*, x86_64 (515)* | Fedora 42 (421 downloads) |
Fedora 43
|
aarch64 (4)*, x86_64 (150)* | Fedora 43 (89 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable isaksamsten/niriswitcher
More info about enabling Copr repositories
Fedora 41