[TASK] Configure Dash-to-Dock to not show drives or trashbin
This commit is contained in:
parent
70a10c6b73
commit
56d916efa8
@ -105,6 +105,10 @@ in
|
||||
dash-to-dock.extensionUuid
|
||||
];
|
||||
};
|
||||
"org/gnome/shell/extensions/dash-to-dock" = {
|
||||
show-mounts = false;
|
||||
show-trash = false;
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user