Add more dotfiles
This commit is contained in:
parent
1ba367dcca
commit
2b3eadac86
|
@ -0,0 +1 @@
|
|||
--force-device-scale-factor=1.25
|
|
@ -0,0 +1,4 @@
|
|||
hwdec=auto-safe
|
||||
profile=high-quality
|
||||
hwdec=vaapi
|
||||
vo=gpu
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty -o '-p -- slococo' --noclear --skip-login - $TERM
|
|
@ -0,0 +1,4 @@
|
|||
[Service]
|
||||
User=slococo
|
||||
Group=slococo
|
||||
Environment="DISPLAY=:0" "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus"
|
|
@ -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
|
Loading…
Reference in New Issue