Add more dotfiles

This commit is contained in:
Santiago Lo Coco 2025-01-05 19:24:45 +01:00
parent 1ba367dcca
commit 2b3eadac86
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
6 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
--force-device-scale-factor=1.25

View File

@ -0,0 +1,4 @@
hwdec=auto-safe
profile=high-quality
hwdec=vaapi
vo=gpu

View File

@ -0,0 +1,9 @@
[Unit]
Description=Start disable-wifi service at a fixed time after boot
[Timer]
OnStartupSec=30
Unit=disable-wifi.service
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -- slococo' --noclear --skip-login - $TERM

View File

@ -0,0 +1,4 @@
[Service]
User=slococo
Group=slococo
Environment="DISPLAY=:0" "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus"

View File

@ -0,0 +1,12 @@
[Unit]
Description=Whitelist USB devices
After=powertop.service
Requires=powertop.service
[Service]
Type=oneshot
ExecStart=/home/slococo/.local/bin/whitelist-usb
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target