Last active
December 25, 2019 15:09
-
-
Save andreycizov/1c82685db907035c02e2bdeeb3a14a04 to your computer and use it in GitHub Desktop.
Run all gnome-settings-daemons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
env XDG_CURRENT_DESKTOP=GNOME gnome-control-center | |
ls /usr/lib/gnome-settings-daemon | parallel -j 0 /usr/lib/gnome-settings-daemon/{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment