changes
This commit is contained in:
parent
b3644abda3
commit
772a3b8e17
3 changed files with 17 additions and 16 deletions
|
|
@ -32,6 +32,7 @@
|
|||
prettierd
|
||||
musescore
|
||||
mpv
|
||||
gimp
|
||||
|
||||
kde-rounded-corners
|
||||
kdePackages.partitionmanager
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue