mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
scalling and script
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
xrandr --output HDMI-0 --mode 1920x1080 --rate 60.00 --pos 0x360 --rotate normal \
|
||||
xrandr --dpi 96 --output HDMI-0 --mode 1920x1080 --rate 60.00 --pos 0x360 --rotate normal \
|
||||
--output DP-0 --mode 2560x1440 --rate 74.92 --pos 4480x0 --rotate normal \
|
||||
--output DP-2 --primary --mode 2560x1440 --rate 74.92 --pos 1920x0 --rotate normal
|
||||
|
||||
14
.local/bin/start-units
Executable file
14
.local/bin/start-units
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo usermod -aG games mike
|
||||
sudo usermod -aG libvirt mike
|
||||
sudo usermod -aG docker mike
|
||||
|
||||
sudo systemctl enable --now acpid
|
||||
sudo systemctl enable --now sshd
|
||||
sudo systemctl enable --now libvirtd
|
||||
sudo systemctl enable --now docker
|
||||
sudo systemctl enable --now cups
|
||||
|
||||
systemctl enable --user --now redshift
|
||||
systemctl enable --user --now gcr-ssh-agent.socket
|
||||
Reference in New Issue
Block a user