#!/usr/bin/bash

commands gnome-shortcuts \
	-a \
	'powersave' \
	'commands desktop-services --cpufreq-action powersave' \
	'<Shift><Alt>1'

commands gnome-shortcuts \
	-a \
	'performance' \
	'commands desktop-services --cpufreq-action performance' \
	'<Shift><Alt>2'