Skip to content

BSPWM installer and setup for no DE netinst debian 12

Notifications You must be signed in to change notification settings

Alien-Tec/debian-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Desktop Setup

Run installer

git clone https://github.com/agung-satria/debian-dotfiles.git ~/.dotfiles
cd ~/.dotfiles/
./install-bspwm.sh

Settings

Disable power button

  • edit: sudo nvim /etc/systemd/logind.conf
  • set: HandlePowerKey=ignore

Enable tap to click

sudo cp /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/
sudo nvim /etc/X11/xorg.conf.d/40-libinput.conf

Add this section

# for touchpad
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"
        Option "NaturalScrolling" "True"
EndSection

# for mouse
Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "NaturalScrolling" "False"
EndSection

Then logout and login to apply.

About

BSPWM installer and setup for no DE netinst debian 12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published