commit 064028c72b0001a374a5dfec91e448d61ee34570 parent 16f2997b9a5c41e527263e38d62f661488ef22ff Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 17 Sep 2019 02:51:26 -0400 gnome-settings fix Former-commit-id: 391fe804edcd7371de9cacdba22f2c665f1c5edf Diffstat:
M | scripts/gnome-settings | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/scripts/gnome-settings b/scripts/gnome-settings @@ -1,4 +1,2 @@ #!/usr/bin/env bash -if command -v gnome-control-center &> /dev/null; then - env XDG_CURRENT_DESKTOP=GNOME gnome-control-center -fi +XDG_CURRENT_DESKTOP=GNOME gnome-control-center