diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 0f58d47..7802bd0 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -11,4 +11,4 @@ conky.config = { conky.text = [[  ${loadavg 1} |  $memeasyfree |  $acpitemp |  $pa_sink_volume |  ${battery_percent BAT1} | ${time %a %m/%d %R} -]]; +]] diff --git a/.config/suckless b/.config/suckless index 767c029..6dcdae3 160000 --- a/.config/suckless +++ b/.config/suckless @@ -1 +1 @@ -Subproject commit 767c0295f48d6f44887257e1caf46646cf35c0da +Subproject commit 6dcdae3881f4c5bb075e83eb85b78ab7321824a5 diff --git a/.xinitrc b/.xinitrc index 7bb2ff0..2886f49 100644 --- a/.xinitrc +++ b/.xinitrc @@ -7,11 +7,11 @@ numlockx ( LAPTOP_SCREEN="$(xrandr --listmonitors | grep eDP | awk '{print $4}')" - xrandr --output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary + xrandr \ + --output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary +# --output DisplayPort-1-1 --auto --right-of eDP \ +# --output DisplayPort-1-2 --auto --right-of DisplayPort-1-1 ) -xrandr \ - --output DisplayPort-1-1 --pos 1920x0 --auto \ - --output DisplayPort-1-2 --pos 3840x0 --auto # startup /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &