feat: debian specific configuration
This commit is contained in:
parent
36676206b8
commit
bb1e2f21c1
6 changed files with 30 additions and 28 deletions
8
.xinitrc
8
.xinitrc
|
@ -1,6 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr \
|
||||
--output HDMI-2 --auto --primary
|
||||
xrandr \
|
||||
--output HDMI-2 --auto --primary \
|
||||
--output eDP-1 --left-of HDMI-2
|
||||
|
||||
# fix touchscreen
|
||||
xinput --map-to-output 'Raydium Corporation Raydium Touch System' 'eDP-1'
|
||||
|
||||
exec x-window-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue