mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -10,6 +10,19 @@ in
|
||||
name = "Launch console";
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/dash-to-panel" = {
|
||||
panel-positions = "{\"0\":\"BOTTOM\"}";
|
||||
panel-sizes = "{\"0\":48}";
|
||||
panel-lengths = "{\"0\":100}";
|
||||
appicon-margin = 4;
|
||||
animate-appicon-hover = true;
|
||||
dot-style-focused = "METRO";
|
||||
dot-style-unfocused = "DOTS";
|
||||
trans-use-custom-opacity = true;
|
||||
trans-panel-opacity = 0.0;
|
||||
show-favorites = false;
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
custom-keybindings = [
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"
|
||||
|
||||
Reference in New Issue
Block a user