Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 465  / 3 Years ago, tue, october 26, 2021, 8:45:04

I'd like to put this basic script:



#!/bin/bash
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger touch" touch off
xsetwacom set "Wacom Bamboo 16FG 4x5 Pen eraser" touch off
xsetwacom set "Wacom Bamboo 16FG 4x5 Finger pad" touch off


In the start-up applications.



I'm a beginner, so I'm not sure what to do now - currently I just double-click on the script via PCManFM and hit "Execute".


More From » scripts

 Answers
4

Save your script somewhere with executable permissions:



chmod +x /path/to/script


In unity dash, search for startup applications in command options, select your script to enable it to be run on every startup


[#31206] Wednesday, October 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
coffekne

Total Points: 114
Total Questions: 122
Total Answers: 126

Location: Mauritania
Member since Sun, Oct 17, 2021
3 Years ago
;