Files
Dotfiles/.config/systemd/user/keepassxc.service

16 lines
385 B
Desktop File

[Unit]
Description=Fast, IPC-controlled wallpaper utility for Hyprland.
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
#PartOf=graphical-session.target
After=graphical-session.target
BindsTo=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
ExecStart=/bin/bash -c 'sleep 5; keepassxc'
[Install]
WantedBy=graphical-session.target