Laptop: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
fish vim neovim git ripgrep fd ntpd openssh uptimed 7zip
fish vim neovim git ripgrep fd ntpd openssh uptimed 7zip networkmanager

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

Install yay/paru

brave-bin


systemctl enable networkmanager


xorg-server xorg-apps xorg-xinit lightdm lightdm-gtk-greeter mesa lib32-vulkan-intel vulkan-intel pipewire pipewire-alsa pipewire-pulse wireplumber pavucontrol vlc vlc-plugins-all mpv deluge-gtk dolphin gedit feh eog skim


systemctl enable ntpd
systemctl enable ntpd
Line 15: Line 11:
systemctl enable uptimed
systemctl enable uptimed


Install yay/paru


aur/brave-bin


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


lib32-vulkan-intel steam
aur/steam

=== Stop Arch locking out user accounts. ===




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


=== Enable tap to click on the touchpad. ===
/etc/X11/xorg.conf.d/50-synaptics.conf
/etc/X11/xorg.conf.d/50-synaptics.conf


Line 63: Line 64:


EndSection
EndSection

=== TODO ===
Power button

Can't see battery in awesome

Can't see network manager in awesome

Revision as of 00:11, 19 December 2025

fish vim neovim git ripgrep fd ntpd openssh uptimed 7zip networkmanager

systemctl enable networkmanager

xorg-server xorg-apps xorg-xinit lightdm lightdm-gtk-greeter mesa lib32-vulkan-intel vulkan-intel pipewire pipewire-alsa pipewire-pulse wireplumber pavucontrol vlc vlc-plugins-all mpv deluge-gtk dolphin gedit feh eog skim

systemctl enable ntpd

systemctl enable sshd

systemctl enable uptimed

Install yay/paru

aur/brave-bin

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

aur/steam

Stop Arch locking out user accounts.

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

Enable tap to click on the touchpad.

/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

TODO

Power button

Can't see battery in awesome

Can't see network manager in awesome