mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
4 Commits
53e14a383a
...
ce15e83a40
Author | SHA1 | Date | |
---|---|---|---|
ce15e83a40 | |||
0eac94fabc | |||
5578bb15c4 | |||
d65f7e9672 |
@ -0,0 +1,3 @@
|
|||||||
|
#[Service]
|
||||||
|
#ExecStart=-systemctl enable --now hhd@mikaela.service --quiet
|
||||||
|
#ExecStart=-systemctl enable --now hhd@aminda.service --quiet
|
12
etc/yum.repos.d/handhelddaemon.repo
Normal file
12
etc/yum.repos.d/handhelddaemon.repo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# sudo rpm-ostree install hhd adjustor hhd-ui
|
||||||
|
# systemctl enable --now hhd@<user>.service
|
||||||
|
[copr:copr.fedorainfracloud.org:hhd-dev:hhd]
|
||||||
|
name=Copr repo for hhd owned by hhd-dev
|
||||||
|
baseurl=https://download.copr.fedorainfracloud.org/results/hhd-dev/hhd/fedora-$releasever-$basearch/
|
||||||
|
type=rpm-md
|
||||||
|
skip_if_unavailable=True
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://download.copr.fedorainfracloud.org/results/hhd-dev/hhd/pubkey.gpg
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
enabled_metadata=1
|
@ -23,5 +23,7 @@
|
|||||||
# iwd is pulled in by NetworkManager
|
# iwd is pulled in by NetworkManager
|
||||||
@reboot /usr/bin/sleep 30 && /usr/bin/systemctl stop iwd.service --quiet
|
@reboot /usr/bin/sleep 30 && /usr/bin/systemctl stop iwd.service --quiet
|
||||||
@reboot /usr/bin/sleep 45 && /usr/bin/systemctl restart NetworkManager.service
|
@reboot /usr/bin/sleep 45 && /usr/bin/systemctl restart NetworkManager.service
|
||||||
|
# It seems confused on my Steam Deck with Kinoite messing up
|
||||||
|
@reboot sleep 30 && systemctl restart hhd@aminda.service
|
||||||
|
|
||||||
# vim: filetype=crontab
|
# vim: filetype=crontab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user