Update && Fix
This commit is contained in:
parent
4f850f7173
commit
6f8acf2168
28 changed files with 443 additions and 353 deletions
10
x11/install
10
x11/install
|
@ -1,11 +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/
|
||||
sudo cp -r 20-modesetting.conf /etc/X11/xorg.conf.d/
|
||||
sudo cp -r modesetting.conf /etc/X11/xorg.conf.d/
|
||||
# Mouse :
|
||||
doas cp -r 40-libinput.conf /etc/X11/xorg.conf.d/
|
||||
sudo cp -r 40-libinput.conf /etc/X11/xorg.conf.d/
|
||||
# Keybord :
|
||||
doas cp -r 00-keyboard.conf /etc/X11/xorg.conf.d/
|
||||
sudo cp -r 00-keyboard.conf /etc/X11/xorg.conf.d/
|
||||
# Video Driver :
|
||||
doas cp -r i915.conf /etc/modprobe.d/
|
||||
sudo cp -r i915.conf /etc/modprobe.d/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue