freelance-project-34-market.../dotfiles/.local/bin/gnome-shortcuts-macbook-air
2024-09-30 23:29:37 +03:00

14 lines
268 B
Bash
Executable File

#!/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'