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 |
---|---|---|
![]() |
aarch64 (11)*, x86_64 (35)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (22)*, x86_64 (52)* | Fedora 41 (16 downloads) |
![]() |
aarch64 (40)*, x86_64 (71)* | Fedora 42 (31 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable isaksamsten/niriswitcher
More info about enabling Copr repositories