feat: new pc conf
This commit is contained in:
parent
99847eda69
commit
ded281b797
17 changed files with 51 additions and 114 deletions
12
.xinitrc
12
.xinitrc
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue