Arch-Linux

GNOME 40 中的超級+數字鍵組合重新映射(切換工作區而不是啟動停靠的應用程序)

  • February 25, 2022

如何以最簡單的方式在 GNOME 40 中重新映射Super+組合鍵?*Number*

在安裝 Gnome 40 時,我一直在尋找解決方案。問題是預設情況下它會打開我最喜歡的“停靠”應用程序,但我想重新映射它以切換工作區。

因此,從 Gnome 40.4 開始,您所要做的就是:

for i in {1..9}; do 
 gsettings set "org.gnome.shell.keybindings" "switch-to-application-$i" "[]"
 gsettings set "org.gnome.desktop.wm.keybindings" "switch-to-workspace-$i" "['<Super>${i}']"
done

願你的 htop 統計數據低,你的鬍鬚長長。:D

引用自:https://unix.stackexchange.com/questions/677878