Initial commit

This commit is contained in:
natemaia
2017-10-16 12:38:02 -07:00
commit f6fd221a54
131 changed files with 10444 additions and 0 deletions

View 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

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
EndSection

View 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

View 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
View 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
View 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
View 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"

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=ksuperkey
Exec=ksuperkey -e 'Super_L=Alt_L|F1'
Terminal=false
StartupNotify=false