i18n(en): change super-key-action disable to none

=
This commit is contained in:
Lysander Treumann 2026-06-24 23:06:14 +02:00 committed by GitHub
parent dec2361a40
commit 9f9311235e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ impl Default for Page {
fl!("super-key", "launcher"),
fl!("super-key", "workspaces"),
fl!("super-key", "applications"),
fl!("super-key", "disable"),
fl!("super-key", "none"),
],
super_key_active: super_key_active_config(),
comp_config,
@ -229,7 +229,7 @@ pub fn window_management() -> Section<crate::pages::Message> {
_launcher = fl!("super-key", "launcher");
_workspaces = fl!("super-key", "workspaces");
_applications = fl!("super-key", "applications");
_disable = fl!("super-key", "disable");
_none = fl!("super-key", "none");
edge_gravity = fl!("edge-gravity");
});

View file

@ -484,7 +484,7 @@ super-key = Super key action
.launcher = Open Launcher
.workspaces = Open Workspaces
.applications = Open Applications
.disable = Disable
.none = None
edge-gravity = Floating windows gravitate to nearby edges