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

View file

@ -32,6 +32,7 @@
prettierd
musescore
mpv
gimp
kde-rounded-corners
kdePackages.partitionmanager

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 = [ ];
};

View file

@ -85,19 +85,19 @@
apply = {
noborder = {
value = true;
apply = "force";
apply = "initially";
};
maximizehoriz = {
value = true;
apply = "force";
apply = "initially";
};
maximizevert = {
value = true;
apply = "force";
apply = "initially";
};
desktops = {
value = "Desktop_4";
apply = "force";
apply = "initially";
};
};
}