From 6401a151d80c79f84cb80a67a1cd936776f35865 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 27 Apr 2023 14:00:51 -0700 Subject: gnome: add wm mgmt shortcuts --- bin/gnome3-dconf-bindings | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bin/gnome3-dconf-bindings (limited to 'bin') diff --git a/bin/gnome3-dconf-bindings b/bin/gnome3-dconf-bindings new file mode 100755 index 0000000..105c8f1 --- /dev/null +++ b/bin/gnome3-dconf-bindings @@ -0,0 +1,13 @@ +#!/bin/sh + +dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['1']" +dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-2 "['2']" +dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-3 "['3']" +dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-4 "['4']" +dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-5 "['5']" + +dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-1 "['1']" +dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-2 "['2']" +dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-3 "['3']" +dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-4 "['4']" +dconf write /org/gnome/desktop/wm/keybindings/move-to-workspace-5 "['5']" -- cgit v1.2.3