fix: remove non working screen config
This commit is contained in:
parent
04aaa9d541
commit
ca8b5a4539
@ -11,4 +11,4 @@ conky.config = {
|
||||
|
||||
conky.text = [[
|
||||
${loadavg 1} | $memeasyfree | $acpitemp | $pa_sink_volume | ${battery_percent BAT1} | ${time %a %m/%d %R}
|
||||
]];
|
||||
]]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 767c0295f48d6f44887257e1caf46646cf35c0da
|
||||
Subproject commit 6dcdae3881f4c5bb075e83eb85b78ab7321824a5
|
8
.xinitrc
8
.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 &
|
||||
|
Loading…
Reference in New Issue
Block a user