Make synclient settings permanent Lubuntu 18.04
I wish to set
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
synclient MaxTapTime=0
synclient CoastingSpeed=0
synclient VertEdgeScroll=1
syndaemon -d -t
I am using Lubuntu 18.04 HP-255-G1-Notepad
What is the easiest & safest way to make these settings permanent please?
lubuntu touchpad settings
add a comment |
I wish to set
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
synclient MaxTapTime=0
synclient CoastingSpeed=0
synclient VertEdgeScroll=1
syndaemon -d -t
I am using Lubuntu 18.04 HP-255-G1-Notepad
What is the easiest & safest way to make these settings permanent please?
lubuntu touchpad settings
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file intoautostart
. (I'm not sure if it is the easiest way.)
– sudodus
Feb 11 at 15:12
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit theautostart
file.
– sudodus
Feb 11 at 16:34
add a comment |
I wish to set
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
synclient MaxTapTime=0
synclient CoastingSpeed=0
synclient VertEdgeScroll=1
syndaemon -d -t
I am using Lubuntu 18.04 HP-255-G1-Notepad
What is the easiest & safest way to make these settings permanent please?
lubuntu touchpad settings
I wish to set
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
synclient MaxTapTime=0
synclient CoastingSpeed=0
synclient VertEdgeScroll=1
syndaemon -d -t
I am using Lubuntu 18.04 HP-255-G1-Notepad
What is the easiest & safest way to make these settings permanent please?
lubuntu touchpad settings
lubuntu touchpad settings
edited Feb 11 at 12:45
guiverc
4,89121623
4,89121623
asked Feb 11 at 12:39
MartyMarty
357
357
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file intoautostart
. (I'm not sure if it is the easiest way.)
– sudodus
Feb 11 at 15:12
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit theautostart
file.
– sudodus
Feb 11 at 16:34
add a comment |
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file intoautostart
. (I'm not sure if it is the easiest way.)
– sudodus
Feb 11 at 15:12
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit theautostart
file.
– sudodus
Feb 11 at 16:34
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file into
autostart
. (I'm not sure if it is the easiest way.)– sudodus
Feb 11 at 15:12
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file into
autostart
. (I'm not sure if it is the easiest way.)– sudodus
Feb 11 at 15:12
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit the
autostart
file.– sudodus
Feb 11 at 16:34
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit the
autostart
file.– sudodus
Feb 11 at 16:34
add a comment |
1 Answer
1
active
oldest
votes
In Lubuntu 18.04 LTS it is different from and easier than in the other Ubuntu flavours.
Edit your commands into the autostart
file.
Use your favourite editor,
leafpad
ornano
, for example
nano ~/.config/lxsession/Lubuntu/autostart
Save the file.
The next time you log in to the LXDE desktop environment of Lubuntu 18.04 LTS, your commands will be run automatically.
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117355%2fmake-synclient-settings-permanent-lubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In Lubuntu 18.04 LTS it is different from and easier than in the other Ubuntu flavours.
Edit your commands into the autostart
file.
Use your favourite editor,
leafpad
ornano
, for example
nano ~/.config/lxsession/Lubuntu/autostart
Save the file.
The next time you log in to the LXDE desktop environment of Lubuntu 18.04 LTS, your commands will be run automatically.
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
add a comment |
In Lubuntu 18.04 LTS it is different from and easier than in the other Ubuntu flavours.
Edit your commands into the autostart
file.
Use your favourite editor,
leafpad
ornano
, for example
nano ~/.config/lxsession/Lubuntu/autostart
Save the file.
The next time you log in to the LXDE desktop environment of Lubuntu 18.04 LTS, your commands will be run automatically.
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
add a comment |
In Lubuntu 18.04 LTS it is different from and easier than in the other Ubuntu flavours.
Edit your commands into the autostart
file.
Use your favourite editor,
leafpad
ornano
, for example
nano ~/.config/lxsession/Lubuntu/autostart
Save the file.
The next time you log in to the LXDE desktop environment of Lubuntu 18.04 LTS, your commands will be run automatically.
In Lubuntu 18.04 LTS it is different from and easier than in the other Ubuntu flavours.
Edit your commands into the autostart
file.
Use your favourite editor,
leafpad
ornano
, for example
nano ~/.config/lxsession/Lubuntu/autostart
Save the file.
The next time you log in to the LXDE desktop environment of Lubuntu 18.04 LTS, your commands will be run automatically.
edited Feb 11 at 16:48
answered Feb 11 at 16:33
sudodussudodus
25.1k32977
25.1k32977
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
add a comment |
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
Brilliant Thanks for that it worked a treat.
– Marty
Feb 11 at 17:07
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
@Marty, You are welcome and good luck with Lubuntu :-)
– sudodus
Feb 11 at 17:08
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1117355%2fmake-synclient-settings-permanent-lubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
One way to do it is to put those commands into a shellscript file and call that file from a desktop file, and put that desktop file into
autostart
. (I'm not sure if it is the easiest way.)– sudodus
Feb 11 at 15:12
Sorry but I don't know how to do that. Where can I find out how to do this please?
– Marty
Feb 11 at 15:58
I tested, and in Lubuntu it is even easier than in the other Ubuntu flavours. You need no desktop file for these commands, simply edit the
autostart
file.– sudodus
Feb 11 at 16:34