mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-14 12:32:06 +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 = {
|
dconf.settings = {
|
||||||
"net/launchpad/plank/docks/dock1" = {
|
"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" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/current;
|
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" = {
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
button-layout = ":minimize,maximize,close";
|
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 = {
|
gtk = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue