File tree Expand file tree Collapse file tree
cosmic-settings/src/pages/desktop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ impl Default for Page {
9595 fl!( "super-key" , "launcher" ) ,
9696 fl!( "super-key" , "workspaces" ) ,
9797 fl!( "super-key" , "applications" ) ,
98- fl!( "super-key" , "disable " ) ,
98+ fl!( "super-key" , "none " ) ,
9999 ] ,
100100 super_key_active : super_key_active_config ( ) ,
101101 comp_config,
@@ -233,7 +233,7 @@ pub fn window_management() -> Section<crate::pages::Message> {
233233 _launcher = fl!( "super-key" , "launcher" ) ;
234234 _workspaces = fl!( "super-key" , "workspaces" ) ;
235235 _applications = fl!( "super-key" , "applications" ) ;
236- _disable = fl!( "super-key" , "disable " ) ;
236+ _none = fl!( "super-key" , "none " ) ;
237237 edge_gravity = fl!( "edge-gravity" ) ;
238238 } ) ;
239239
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ super-key = Super key action
476476 .launcher = Open Launcher
477477 .workspaces = Open Workspaces
478478 .applications = Open Applications
479- .disable = Disable
479+ .none = None
480480
481481edge-gravity = Floating windows gravitate to nearby edges
482482
You can’t perform that action at this time.
0 commit comments