fix: remove non working screen config

This commit is contained in:
AngeD 2023-01-31 23:52:55 +01:00
parent 04aaa9d541
commit ca8b5a4539
3 changed files with 6 additions and 6 deletions

View File

@ -11,4 +11,4 @@ conky.config = {
conky.text = [[ conky.text = [[
 ${loadavg 1} |  $memeasyfree |  $acpitemp |  $pa_sink_volume |  ${battery_percent BAT1} | ${time %a %m/%d %R}  ${loadavg 1} |  $memeasyfree |  $acpitemp |  $pa_sink_volume |  ${battery_percent BAT1} | ${time %a %m/%d %R}
]]; ]]

@ -1 +1 @@
Subproject commit 767c0295f48d6f44887257e1caf46646cf35c0da Subproject commit 6dcdae3881f4c5bb075e83eb85b78ab7321824a5

View File

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