hyprswitch 3.3.2

A CLI/GUI that allows switching between windows in Hyprland
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Starts hyprswitch Daemon
PartOf=graphical-session.target
After=graphical-session.target
StartLimitIntervalSec=600
StartLimitBurst=20
# TODO decrease the StartLimitBurst to 5

[Service]
Type=simple
ExecStart=/home/user/RustroverProjects/hyprswitch/target/debug/hyprswitch -vv init --show-title --size-factor 5.5 --workspaces-per-row 4
Restart=always

Environment="LAUNCHER_MAX_ITEMS=5"
Environment="SHOW_LAUNCHER=true"

[Install]
WantedBy=graphical-session.target