I want to add a shortcut for gnome-system-monitor that runs with root access and has very high priority.
My command for the shortcut is:
gksudo -k -u root nice --20 gnome-system-monitor
But this gives the error:
gksudo: unrecognized option '--20'
How can I say that the --20 is an option of nice, not gksudo?
Is this the best command for what I want?