feat: new pc conf

This commit is contained in:
AngeD 2023-03-09 17:51:39 +01:00
parent 99847eda69
commit ded281b797
17 changed files with 51 additions and 114 deletions

View file

@ -4,14 +4,10 @@
numlockx
# display
(
LAPTOP_SCREEN="$(xrandr --listmonitors | grep eDP | awk '{print $4}')"
xrandr \
--output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary \
--output DisplayPort-1-1 --auto --pos 1920x0 \
--output DisplayPort-1-2 --auto --pos 3840x0
)
xrandr \
--output eDP-1 --auto --primary \
--output DisplayPort-1-1 --auto --pos 1920x0 \
--output DisplayPort-1-2 --auto --pos 3840x0
# startup
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &