clean 🫠

This commit is contained in:
Luca 2023-02-05 03:06:17 +01:00
parent d3435e53a4
commit d16174b447
9565 changed files with 0 additions and 1315422 deletions

View file

@ -1,8 +0,0 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbOptions" "grp:alt_shift_toggle"
Option "XkbLayout" "fr,dz"
Option "XkbVariant" ",ar"
EndSection

View file

@ -1,9 +0,0 @@
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "AccelMethod" "glamor"
Option "DRI" "3"
Option "TearFree" "true"
EndSection

View file

@ -1,8 +0,0 @@
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
# Enable left mouse button by tapping
Option "Tapping" "on"
EndSection

View file

@ -1 +0,0 @@
options i915 enable_guc=2 enable_fbc=1 fastboot=1

View file

@ -1,11 +0,0 @@
#!/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/

View file

@ -1,5 +0,0 @@
Section "Device"
Identifier "modesetting"
Driver "modesetting"
EndSection