This commit is contained in:
Sean Kovacs 2025-11-30 15:27:45 -05:00
commit 772a3b8e17
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 17 additions and 16 deletions

View file

@ -60,18 +60,18 @@
};
shortcuts = {
# my volume down key broke as hell boy
kmix.decrease_volume = [
"Volume Mute"
"Volume Down"
];
kmix.decrease_volume_small = [
"Shift+Volume Mute"
"Shift+Volume Down"
];
kmix.increase_volume = "Volume Up";
kmix.increase_volume_small = "Shift+Volume Up";
kmix.mute = "Sleep";
# # my volume down key broke as hell boy
# kmix.decrease_volume = [
# "Volume Mute"
# "Volume Down"
# ];
# kmix.decrease_volume_small = [
# "Shift+Volume Mute"
# "Shift+Volume Down"
# ];
# kmix.increase_volume = "Volume Up";
# kmix.increase_volume_small = "Shift+Volume Up";
# kmix.mute = "Sleep";
org_kde_powerdevil.Sleep = [ ];
};