mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
scalling and script
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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-0 --mode 2560x1440 --rate 74.92 --pos 4480x0 --rotate normal \
|
||||||
--output DP-2 --primary --mode 2560x1440 --rate 74.92 --pos 1920x0 --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
|
||||||
3
.zshenv
3
.zshenv
@@ -3,6 +3,9 @@ export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh;
|
|||||||
|
|
||||||
export DEC_PACKAGELIST="$HOME/packages"
|
export DEC_PACKAGELIST="$HOME/packages"
|
||||||
|
|
||||||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0;
|
||||||
|
export QT_ENABLE_HIGHDPI_SCALING=0;
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
export TERM="kitty";
|
export TERM="kitty";
|
||||||
export TERMINAL="kitty";
|
export TERMINAL="kitty";
|
||||||
|
|||||||
Reference in New Issue
Block a user