search home home person person article article code code construction construction school school Choose a Theme close
light_mode brightness_auto dark_mode

Kavish's Website

menu menu_open
palette
light_mode brightness_auto dark_mode

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

  1. Go to Releases
  2. Download the zip file named dualsensectl-[version].zip
  3. Extract it
  4. cd to the directory where its extracted
  5. And run:
    ./DualSenseCtl
    

    or

  6. Open file manager and go to the directory where its extracted.
  7. 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
© 2024 - Kavish Devar (Build Version: eca9d33bc45c644ce8021ce012ae4d65971cfcf6)
© 2024 - Kavish Devar