mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
ec191d4b6f
commit
2c56562cfe
1 changed files with 17 additions and 1 deletions
|
@ -133,14 +133,30 @@
|
|||
|
||||
dconf.settings = {
|
||||
"net/launchpad/plank/docks/dock1" = {
|
||||
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
||||
dock-items = [
|
||||
"gala-multitaskingview.dockitem"
|
||||
"firefox.dockitem"
|
||||
"io.elementary.terminal.dockitem"
|
||||
"codium.dockitem"
|
||||
"io.elementary.settings.dockitem"
|
||||
];
|
||||
};
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/current;
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
accent-color = "blue";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
button-layout = ":minimize,maximize,close";
|
||||
};
|
||||
"org/pantheon/desktop/gala/appearance" = {
|
||||
button-layout = ":minimize,maximize,close";
|
||||
};
|
||||
"org/pantheon/desktop/gala/behavior" = {
|
||||
hotcorner-bottomright = "show-workspace-view";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
Loading…
Reference in a new issue