From a6bf275156b32c3e078b0cd731684054fe7b8813 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 1 May 2021 21:04:36 +0100 Subject: [PATCH] Add mappings for switching and moving workspaces --- config/dconf-settings.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/dconf-settings.ini diff --git a/config/dconf-settings.ini b/config/dconf-settings.ini new file mode 100644 index 00000000..fe38aeb9 --- /dev/null +++ b/config/dconf-settings.ini @@ -0,0 +1,23 @@ +[org/gnome/desktop/wm/keybindings] +move-to-workspace-1=['Home', '1'] +move-to-workspace-2=['2'] +move-to-workspace-3=['3'] +move-to-workspace-3=['3'] +move-to-workspace-4=['4'] +move-to-workspace-4=['4'] +move-to-workspace-5=['5'] +move-to-workspace-6=['6'] +move-to-workspace-7=['7'] +move-to-workspace-8=['8'] +move-to-workspace-9=['9'] +move-to-workspace-10=['0'] +switch-to-workspace-1=['1'] +switch-to-workspace-2=['2'] +switch-to-workspace-3=['3'] +switch-to-workspace-4=['4'] +switch-to-workspace-5=['5'] +switch-to-workspace-6=['6'] +switch-to-workspace-7=['7'] +switch-to-workspace-8=['8'] +switch-to-workspace-9=['9'] +switch-to-workspace-10=['0']