Skip to content

kavishdevar/dualsensectl

Repository files navigation

DualSense control app for linux

Note - Works only for Kernel 5.13 and above.

Control your dualsense controller using this app on linux.

Direct Run

Download and Extract

  1. Go to Releases
  2. Download the zip file named dualsensectl-[ver].zip
  3. Extract it 4.1) cd to the directory where its extracted
  4. Now Run
./DualSenseCtl

or

  1. open file manager and go to the directory where its extracted
  2. double click the application with the icon

Build

Open a terminal

Press Ctrl + Alt + t or Open it via gui depending upon your distro

After that 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

Build and 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

make install

Just for Me :-)

TODO

Make deb file

1) Go to [Releases](/releases)
2) Download the zip file named ```dualsensectl-[ver].deb```
5) Now Run
DualSenseCtl from any where in your terminal 

About

Control your dualsense controller using linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published