changes
This commit is contained in:
parent
cb9e4508e6
commit
9a381083f1
3 changed files with 17 additions and 16 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
prettierd
|
prettierd
|
||||||
musescore
|
musescore
|
||||||
mpv
|
mpv
|
||||||
|
gimp
|
||||||
|
|
||||||
kde-rounded-corners
|
kde-rounded-corners
|
||||||
kdePackages.partitionmanager
|
kdePackages.partitionmanager
|
||||||
|
|
|
||||||
|
|
@ -60,18 +60,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
# my volume down key broke as hell boy
|
# # my volume down key broke as hell boy
|
||||||
kmix.decrease_volume = [
|
# kmix.decrease_volume = [
|
||||||
"Volume Mute"
|
# "Volume Mute"
|
||||||
"Volume Down"
|
# "Volume Down"
|
||||||
];
|
# ];
|
||||||
kmix.decrease_volume_small = [
|
# kmix.decrease_volume_small = [
|
||||||
"Shift+Volume Mute"
|
# "Shift+Volume Mute"
|
||||||
"Shift+Volume Down"
|
# "Shift+Volume Down"
|
||||||
];
|
# ];
|
||||||
kmix.increase_volume = "Volume Up";
|
# kmix.increase_volume = "Volume Up";
|
||||||
kmix.increase_volume_small = "Shift+Volume Up";
|
# kmix.increase_volume_small = "Shift+Volume Up";
|
||||||
kmix.mute = "Sleep";
|
# kmix.mute = "Sleep";
|
||||||
org_kde_powerdevil.Sleep = [ ];
|
org_kde_powerdevil.Sleep = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,19 +85,19 @@
|
||||||
apply = {
|
apply = {
|
||||||
noborder = {
|
noborder = {
|
||||||
value = true;
|
value = true;
|
||||||
apply = "force";
|
apply = "initially";
|
||||||
};
|
};
|
||||||
maximizehoriz = {
|
maximizehoriz = {
|
||||||
value = true;
|
value = true;
|
||||||
apply = "force";
|
apply = "initially";
|
||||||
};
|
};
|
||||||
maximizevert = {
|
maximizevert = {
|
||||||
value = true;
|
value = true;
|
||||||
apply = "force";
|
apply = "initially";
|
||||||
};
|
};
|
||||||
desktops = {
|
desktops = {
|
||||||
value = "Desktop_4";
|
value = "Desktop_4";
|
||||||
apply = "force";
|
apply = "initially";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue