-
Notifications
You must be signed in to change notification settings - Fork 60
Improve autostarts #1124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Improve autostarts #1124
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Exec=lxqt-config-input --load-touchpad | ||
OnlyShowIn=LXQt; | ||
Type=Application | ||
Version=1.0 | ||
|
||
#TRANSLATIONS_DIR=translations |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Desktop Entry/Name: LXQt Touchpad Settings Loader | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here, but I see that this applies also to acceleration and natural scroll settings of the mouse, so maybe "Mouse and Touchpad Settings" ? |
||
Desktop Entry/Comment: Autostart touchpad settings for lxqt-config-input |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Exec=lxqt-config-monitor -l | ||
OnlyShowIn=LXQt; | ||
Type=Application | ||
Version=1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
#TRANSLATIONS_DIR=translations |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Desktop Entry/Name: LXQt Monitor Settings Loader | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IMO this is too long and "Loader" will probably hard to translate. |
||
Desktop Entry/Comment: Autostart monitor settings for lxqt-config-monitor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NoDisplay=true
is needed IMO otherwise it will show up in the menu(s).