diff --git a/home/bin/pyupdatesd b/home/bin/pyupdatesd index faceaa2..e0a971c 100755 --- a/home/bin/pyupdatesd +++ b/home/bin/pyupdatesd @@ -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", diff --git a/misc/kioskrc b/misc/kioskrc new file mode 100644 index 0000000..aa28412 --- /dev/null +++ b/misc/kioskrc @@ -0,0 +1,4 @@ +# put this in /etc/xdg/xfce4/kiosk/kioskrc +# turns off session saving in XFCE +[xfce4-session] +SaveSession=NONE diff --git a/misc/powertop.service b/misc/powertop.service new file mode 100644 index 0000000..a42720d --- /dev/null +++ b/misc/powertop.service @@ -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