Laptop: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:


Edit /etc/security/faillock.conf and ensure that "deny = 0" is set.
Edit /etc/security/faillock.conf and ensure that "deny = 0" is set.

/etc/X11/xorg.conf.d/50-synaptics.conf

Section "InputClass"

    Identifier "touchpad"

    Driver "synaptics"

    MatchIsTouchpad "on"

        Option "TapButton1" "1"

        Option "TapButton2" "2"

        Option "TapButton3" "3"

        Option "VertEdgeScroll" "on"

        Option "VertTwoFingerScroll" "on"

        Option "HorizEdgeScroll" "on"

        Option "HorizTwoFingerScroll" "on"

        Option "CircularScrolling" "off"

        #Option "CircScrollTrigger" "2"

        Option "EmulateTwoFingerMinZ" "40"

        Option "EmulateTwoFingerMinW" "8"

        Option "CoastingSpeed" "0"

        Option "FingerLow" "35"

        Option "FingerHigh" "40"

EndSection

Revision as of 14:48, 18 December 2025

fish vim neovim git ripgrep fd ntpd openssh uptimed 7zip

xorg-server xorg-apps xorg-xinit lightdm lightdm-gtk-greeter mesa lib32-vulkan-intel vulkan-intel vlc vlc-plugins-all mpv deluge-gtk dolphin gedit feh eog

Install yay/paru

brave-bin


systemctl enable ntpd

systemctl enable sshd

systemctl enable uptimed


Uncomment multilib in /etc/pacman.conf to install steam

lib32-vulkan-intel steam


Edit /etc/security/faillock.conf and ensure that "deny = 0" is set.

/etc/X11/xorg.conf.d/50-synaptics.conf

Section "InputClass"

    Identifier "touchpad"

    Driver "synaptics"

    MatchIsTouchpad "on"

        Option "TapButton1" "1"

        Option "TapButton2" "2"

        Option "TapButton3" "3"

        Option "VertEdgeScroll" "on"

        Option "VertTwoFingerScroll" "on"

        Option "HorizEdgeScroll" "on"

        Option "HorizTwoFingerScroll" "on"

        Option "CircularScrolling" "off"

        #Option "CircScrollTrigger" "2"

        Option "EmulateTwoFingerMinZ" "40"

        Option "EmulateTwoFingerMinW" "8"

        Option "CoastingSpeed" "0"

        Option "FingerLow" "35"

        Option "FingerHigh" "40"

EndSection