• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

locale/H19-Jul-2021-154153

LICENSEH A D19-Jul-20211.3 KiB2620

MakefileH A D19-Jul-20211.3 KiB4436

README.mdH A D19-Jul-2021803 2820

dsbxinput.desktop.inH A D19-Jul-2021200 109

dsbxinput.inH A D19-Jul-202129.4 KiB1,049951

dsbxinput.proH A D19-Jul-202162 32

README.md

1### About
2
3DSBXinput is a graphical tool which uses *xinput* to configure pointing devices.
4
5### Installation
6#### Dependencies
7* lang/python38
8* devel/py-qt5-core
9* x11-toolkits/py-qt5-gui
10* x11-toolkits/py-qt5-widgets
11* x11/xinput
12* devel/qt5-linguisttools
13* textproc/py-qt5-xml (for pylupdate5)
14
15#### Building and installation
16
17    # git clone https://github.com/mrclksr/DSBXinput.git
18    # cd DSBXinput && make install
19
20### Setup
21
22DSBXinput saves the current mouse/touchpad configuration in the executable
23shell script `~/.config/DSB/dsbxinput.sh`. If your window manager or desktop
24environment does not support XDG autostart, make sure it gets executed on
25session start by adding the line `~/.config/DSB/dsbxinput.sh&` to your
26`~/.xinitrc`, `~/.xsession`, or your window manager's autostart file.
27
28