- Added budgie message for user to reset cmd-tab

This commit is contained in:
Ben Reaves
2020-07-12 21:10:10 -05:00
parent 3af5eb286d
commit 1fb5bf2a4b

View File

@@ -265,6 +265,8 @@ def setShortcuts():
cmdline('dconf load /org/gnome/desktop/wm/keybindings/ < tempkb.conf')
cmdline('dconf load /org/gnome/mutter/keybindings/ < tempmt.conf')
cmdline('sleep 1 && rm -f ./tempkb.conf;rm -f ./tempmt.conf')
if dename == "budgie":
print('** Make sure to open Keyboard settings & reset "switch applications" to cmd+tab **')
# cmdline('dconf update')
def Uninstall():