New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
11
x11/install
Executable file
11
x11/install
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Display :
|
||||
doas cp -r 20-modesetting.conf /etc/X11/xorg.conf.d/
|
||||
doas cp -r modesetting.conf /etc/X11/xorg.conf.d/
|
||||
# Mouse :
|
||||
doas cp -r 40-libinput.conf /etc/X11/xorg.conf.d/
|
||||
# Keybord :
|
||||
doas cp -r 00-keyboard.conf /etc/X11/xorg.conf.d/
|
||||
# Video Driver :
|
||||
doas cp -r i915.conf /etc/modprobe.d/
|
Loading…
Add table
Add a link
Reference in a new issue