From 5b4269fc1f9dca6f38286138195780cc5b787755 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 13 Jun 2020 19:27:17 -0500 Subject: [PATCH] - Allowing galliumOS shortcut keys to apply to any XFCE DE --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf57496..1cb6016 100755 --- a/setup.py +++ b/setup.py @@ -175,8 +175,8 @@ def setShortcuts(): cmdline('perl -pi -e "s/(\w.*)(\/\/ Default cmdtab)/\/\/ \$1\$2/g" ~/.xkb/symbols/mac_gui') # elif distro == "budgie" and dename == "gnome": # print("Apply budgie shortcuts here") - elif (distro == "galliumos" and dename == "xfce") or (distro == "ubuntu" and dename == "xfce"): - print("Applying GalliumOS (xfce) shortcuts...") + elif (dename == "xfce"): + print("Applying xfce shortcuts...") cmdline('cp ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml ./xfce4-keyboard-shortcuts_`date +"%Y.%m.%d-%s"`.xml') # Reset Show desktop cmdline('xfconf-query --channel xfce4-keyboard-shortcuts --property "/xfwm4/custom/d" --reset')