Skip to content

Commit

Permalink
Load keyboard repeat settings
Browse files Browse the repository at this point in the history
Set repeat rate and delay from the settings.

Issue: #197
  • Loading branch information
plfiorini committed Dec 23, 2020
1 parent 446b6e2 commit 05e0dfc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/compositor/qml/ShellSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ FluidCore.Object {
readonly property alias lockScreen: lockSettings
readonly property alias shell: shellSettings
readonly property alias session: sessionSettings
readonly property alias input: inputSettings
readonly property int numWorkspaces: 4

/*
Expand Down Expand Up @@ -80,9 +79,9 @@ FluidCore.Object {
*/

P.InputSettings {
id: inputSettings

compositor: liriCompositor
keyboardRepeatRate: keyboardSettings.repeatRate
keyboardRepeatDelay: keyboardSettings.repeatDelay
}

Settings.GSettings {
Expand Down

0 comments on commit 05e0dfc

Please sign in to comment.