Update pyupdatesd to use dnf, add misc configs
This commit is contained in:
parent
bdd3b6c297
commit
cb31c5d5bc
|
@ -41,7 +41,7 @@ c = dict(
|
|||
|
||||
# Command to run to check for available updates, and the expected status
|
||||
# code that indicates updates are available.
|
||||
yumcheck = "/usr/bin/yum check-update",
|
||||
yumcheck = "/usr/bin/dnf check-update",
|
||||
|
||||
# Path to notify-send (set to None if you don't want notifications)
|
||||
notify = "/usr/bin/notify-send",
|
||||
|
|
4
misc/kioskrc
Normal file
4
misc/kioskrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# put this in /etc/xdg/xfce4/kiosk/kioskrc
|
||||
# turns off session saving in XFCE
|
||||
[xfce4-session]
|
||||
SaveSession=NONE
|
11
misc/powertop.service
Normal file
11
misc/powertop.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
# /etc/systemd/system/powertop.service
|
||||
|
||||
[Unit]
|
||||
Description=Powertop tunings
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/sbin/powertop --auto-tune
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user