hyprshell 4.9.5

A modern GTK4-based window switcher and application launcher for Hyprland
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=hyprshell daemon
After=graphical-session.target
Wants=graphical-session.target
StartLimitIntervalSec=120
StartLimitBurst=10

[Service]
Type=simple
ExecStartPre=/bin/sh -c '[ "$XDG_CURRENT_DESKTOP" = "Hyprland" ] || exit 0'
ExecStart=/usr/bin/hyprshell run
Restart=always
RestartSec=1
TimeoutStopSec=5

[Install]
WantedBy=graphical-session.target