Skip to content

Commit e56e11f

Browse files
committed
chore: binding for display toggle
1 parent f339e21 commit e56e11f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic/", features = [
2525
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "e706814", default-features = false, features = [
2626
"server",
2727
] }
28-
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
28+
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", branch = "external-display-toggle" }
2929
cosmic-settings-daemon-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", features = [
3030
"greeter",
31-
] }
31+
], branch = "external-display-toggle" }
3232
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = [
3333
"shape-run-cache",
3434
] }

data/keybindings.ron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
(modifiers: [], key: "XF86AudioPrev"): System(PlayPrev),
121121
(modifiers: [], key: "XF86AudioNext"): System(PlayNext),
122122
(modifiers: [], key: "XF86PowerOff"): System(PowerOff),
123-
(modifiers: [], key: "XF86TouchpadToggle"): System(TouchpadToggle),
123+
(modifiers: [Super], key: "p"): System(DisplayToggle),
124124
}

0 commit comments

Comments
 (0)