Initial commit
This commit is contained in:
41
etc/X11/xorg.conf.d/40-touchpad.conf
Normal file
41
etc/X11/xorg.conf.d/40-touchpad.conf
Normal file
@ -0,0 +1,41 @@
|
||||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "libinput"
|
||||
MatchIsTouchpad "on"
|
||||
Option "Tapping" "on"
|
||||
Option "TappingDrag" "on"
|
||||
Option "AccelSpeed" "0.8"
|
||||
Option "AccelProfile" "adaptive"
|
||||
Option "ScrollMethod" "twofinger"
|
||||
Option "MiddleEmulation" "on"
|
||||
Option "DisableWhileTyping" "on"
|
||||
Option "TappingButtonMap" "lrm"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "touchpad ignore duplicates"
|
||||
MatchIsTouchpad "on"
|
||||
MatchOS "Linux"
|
||||
MatchDevicePath "/dev/input/mouse*"
|
||||
Option "Ignore" "on"
|
||||
EndSection
|
||||
|
||||
# This option enables the bottom right corner to be a right button on clickpads
|
||||
# and the right and middle top areas to be right / middle buttons on clickpads
|
||||
# with a top button area.
|
||||
# This option is only interpreted by clickpads.
|
||||
Section "InputClass"
|
||||
Identifier "Default clickpad buttons"
|
||||
MatchDriver "libinput"
|
||||
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
|
||||
Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
|
||||
EndSection
|
||||
|
||||
# This option disables software buttons on Apple touchpads.
|
||||
# This option is only interpreted by clickpads.
|
||||
Section "InputClass"
|
||||
Identifier "Disable clickpad buttons on Apple touchpads"
|
||||
MatchProduct "Apple|bcm5974"
|
||||
MatchDriver "libinput"
|
||||
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
|
||||
EndSection
|
6
etc/X11/xorg.conf.d/50-acceleration.conf
Executable file
6
etc/X11/xorg.conf.d/50-acceleration.conf
Executable file
@ -0,0 +1,6 @@
|
||||
Section "InputClass"
|
||||
Identifier "Mouse"
|
||||
Driver "libinput"
|
||||
MatchIsPointer "yes"
|
||||
Option "AccelProfile" "flat"
|
||||
EndSection
|
9
etc/X11/xorg.conf.d/99-killX.conf
Normal file
9
etc/X11/xorg.conf.d/99-killX.conf
Normal file
@ -0,0 +1,9 @@
|
||||
Section "ServerFlags"
|
||||
Option "DontZap" "false"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "Keyboard Defaults"
|
||||
MatchIsKeyboard "yes"
|
||||
Option "XkbOptions" "terminate:ctrl_alt_bksp"
|
||||
EndSection
|
14
etc/lightdm/lightdm-gtk-greeter.conf
Normal file
14
etc/lightdm/lightdm-gtk-greeter.conf
Normal file
@ -0,0 +1,14 @@
|
||||
[greeter]
|
||||
theme-name = ArchLabs-Dark
|
||||
icon-theme-name = ArchLabs-Light
|
||||
background = /usr/share/backgrounds/archlabs/archlabs.png
|
||||
default-user-image = /usr/share/icons/ArchLabs-Light/48x48/status/avatar-default.svg
|
||||
position = 20%,start 45%,center
|
||||
screensaver-timeout = 1800
|
||||
font-name = Ubuntu 10
|
||||
show-clock=true
|
||||
clock-format=%H:%M
|
||||
xft-antialias=true
|
||||
xft-hintstyle=hintslight
|
||||
xft-rgba=rgb
|
||||
indicators = ~host;~spacer;~clock;~spacer;~language;~layout;~session;~a11y;~power
|
5
etc/lsb-release
Normal file
5
etc/lsb-release
Normal file
@ -0,0 +1,5 @@
|
||||
LSB_VERSION=1.4
|
||||
DISTRIB_ID=ArchLabs
|
||||
DISTRIB_RELEASE=x86_64
|
||||
DISTRIB_CODENAME=Minimo
|
||||
DISTRIB_DESCRIPTION="ArchLabs"
|
27
etc/oblogout.conf
Normal file
27
etc/oblogout.conf
Normal file
@ -0,0 +1,27 @@
|
||||
[settings]
|
||||
usehal = false
|
||||
|
||||
[looks]
|
||||
opacity = 80
|
||||
bgcolor = black
|
||||
buttontheme = adeos-archlabs
|
||||
buttons = cancel, logout, suspend, lock, restart, shutdown
|
||||
|
||||
[shortcuts]
|
||||
cancel = Escape
|
||||
shutdown = S
|
||||
restart = R
|
||||
suspend = U
|
||||
logout = L
|
||||
lock = K
|
||||
#hibernate = H
|
||||
|
||||
[commands]
|
||||
shutdown = systemctl poweroff
|
||||
restart = systemctl reboot
|
||||
suspend = systemctl suspend
|
||||
logout = openbox --exit
|
||||
#hibernate = systemctl hibernate
|
||||
lock = pkill oblogout; i3lock-fancy -p
|
||||
#switchuser = gdm-control --switch-user
|
||||
#safesuspend = safesuspend
|
9
etc/os-release
Normal file
9
etc/os-release
Normal file
@ -0,0 +1,9 @@
|
||||
NAME="ArchLabs"
|
||||
ID=ArchLabs
|
||||
ID_LIKE="arch"
|
||||
VERSION_ID=x86_64
|
||||
PRETTY_NAME="Minimo"
|
||||
ANSI_COLOR="0;36"
|
||||
HOME_URL="https://archlabsblog.wordpress.com"
|
||||
SUPPORT_URL="http://archlabs.prophpbb.com"
|
||||
BUG_REPORT_URL="https://github.com/ARCHLabs"
|
5
etc/xdg/autostart/ksuperkey.desktop
Normal file
5
etc/xdg/autostart/ksuperkey.desktop
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=ksuperkey
|
||||
Exec=ksuperkey -e 'Super_L=Alt_L|F1'
|
||||
Terminal=false
|
||||
StartupNotify=false
|
Reference in New Issue
Block a user