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 (33)*, x86_64 (70)* | Fedora 41 (38 downloads) | 
|  Fedora 42 | aarch64 (66)*, x86_64 (463)* | Fedora 42 (376 downloads) | 
|  Fedora 43 | aarch64 (0)*, x86_64 (22)* | Fedora 43 (16 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable isaksamsten/niriswitcher
  
  
     More info about enabling Copr repositories