You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hugo Thunnissen efe9916cc8 Replace albert with rofi 3 years ago
bin Add sound function keys and clopper-ob-bash command 6 years ago
config Replace albert with rofi 3 years ago
lib Add sound function keys and clopper-ob-bash command 6 years ago
themes/code-clopper/openbox-3 Add ubuntu-inspired theming for dock and WM 6 years ago
README.md Update README 6 years ago
developer_env.bash Add sound function keys and clopper-ob-bash command 6 years ago
setup.bash Replace albert with rofi 3 years ago

README.md

openbox

Openbox setup

How I enabled tap to click

You will have to figure out the name of your trackpad device yourself of course.

if [[ $GDMSESSION == 'openbox' ]]; then
    # Enable tap-to-click
    xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
fi