Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samwhelp committed Apr 6, 2024
1 parent bc2aa57 commit a281176
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@



# disable-opening-application-launcher-with-super-key


## Reference
Expand All @@ -10,11 +10,22 @@

## Config File Path

* ~/.config/[kwinrc](https://github.com/samwhelp/ezarcher-adjustment/blob/main/prototype/de/kde-plasma/part/layout/kde-plasma-desktop-layout-basic/config/kde-plasma-desktop/skel/.config/kwinrc#L20)
| Config File Path |
| --- |
| [~/.config/kwinrc](https://github.com/samwhelp/kde-neon-adjustment/blob/main/prototype/main/kde-config/locale/en_us/Breeze-Dark/asset/overlay/etc/skel/.config/kwinrc#L43-L44) |


## Config Snippet

> Orginal
``` ini
[ModifierOnlyShortcuts]
Meta=org.kde.plasmashell,/PlasmaShell,org.kde.PlasmaShell,activateLauncherMenu
```

> Adjusted
``` ini
[ModifierOnlyShortcuts]
Meta=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,20 @@ parent: 如何

| 設定檔路徑 |
| --- |
| [~/.config/kwinrc](https://github.com/samwhelp/ezarcher-adjustment/blob/main/prototype/de/kde-plasma/part/layout/kde-plasma-desktop-layout-basic/config/kde-plasma-desktop/skel/.config/kwinrc#L20) |
| [~/.config/kwinrc](https://github.com/samwhelp/kde-neon-adjustment/blob/main/prototype/main/kde-config/locale/en_us/Breeze-Dark/asset/overlay/etc/skel/.config/kwinrc#L43-L44) |


## 設定片段

從原來的

``` ini
[ModifierOnlyShortcuts]
Meta=org.kde.plasmashell,/PlasmaShell,org.kde.PlasmaShell,activateLauncherMenu
```

改成如下

``` ini
[ModifierOnlyShortcuts]
Meta=
Expand Down

0 comments on commit a281176

Please sign in to comment.