-
Notifications
You must be signed in to change notification settings - Fork 0
/
start-openbsd.sh
21 lines (20 loc) · 1.01 KB
/
start-openbsd.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/ksh
##-------------------------------------------------------------------##
## ____ ____ _ _
## / ___|___ _ __ ___ _ _ / ___|| |_ ___ _ __ | |__ __ _ _ __
## | | / _ \| '__/ _ \ | | | \___ \| __/ _ \ '_ \| '_ \ / _` | '_ \
## | |__| (_) | | | __/ |_| | ___) | || __/ |_) | | | | (_| | | | |
## \____\___/|_| \___|\__, | |____/ \__\___| .__/|_| |_|\__,_|_| |_|
## |___/ |_|
##
## Corey Stephan's Autostart Script
## Thinkpad + OpenBSD Edition
## https://www.coreystephan.com
## https://github.com/historical-theology
##-------------------------------------------------------------------##
picom &
nitrogen --restore &
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 &
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 &
xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 &
xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.25 &