DualSense Control App for Linux
This project is a GUI for the dualsensectl CLI. It is a simple app that allows you to control your dualsense controller on linux. It is built using C++ and Qt.
Note - Works only for Kernel 5.13 and above.
Control your dualsense controller using this app on linux.
Credit - https://github.com/nowrep/dualsensectl
Direct Run
Download and Extract
- Go to Releases
- Download the zip file named
dualsensectl-[version].zip
- Extract it
cd
to the directory where its extracted- And run:
./DualSenseCtl
or
- Open file manager and go to the directory where its extracted.
- Double click the application with the icon
From Source
Build
Open a terminal
Press Ctrl + Alt + t or Open it via gui depending upon your distro
Enter these commands.
git clone https://github.com/kavishdev/dualsensectl.git #Clone Repo
cd dualsensectl
mkdir build
cd build
cmake .. #run CMake
make #Build files
You will have a executable known as DualSenseCtl in the build forder
Now run
./DualSenseCtl
This will open up a window.
Enjoy controlling your controller
Install
Repeat the steps for building if not already done.
Run make
Install
Run this command and this will install exec file to /usr/local/bin
and the desktop file to /usr/share/applications
make install