Skip to content

Instantly share code, notes, and snippets.

@andreycizov
Last active December 25, 2019 15:09
Show Gist options
  • Save andreycizov/1c82685db907035c02e2bdeeb3a14a04 to your computer and use it in GitHub Desktop.
Save andreycizov/1c82685db907035c02e2bdeeb3a14a04 to your computer and use it in GitHub Desktop.
Run all gnome-settings-daemons
#!/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