11 lines
214 B
Desktop File
11 lines
214 B
Desktop File
[Unit]
|
|
Description=Ensure preferred MIME defaults are set
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh %h/.config/hypr/scripts/ensure-mime-defaults.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|