CLI Improvements
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
accent-color = "pink";
|
||||
clock-show-weekday = true;
|
||||
};
|
||||
|
||||
"org/gnome/system/location" = {
|
||||
@@ -15,5 +16,14 @@
|
||||
picture-uri = "file://${config.home.homeDirectory}/Assets/wallpapers/unicat.png";
|
||||
picture-uri-dark = "file://${config.home.homeDirectory}/Assets/wallpapers/unicat.png";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/peripherals/mouse" = {
|
||||
accel-profile = "flat";
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
home = [ "<Super>e" ];
|
||||
www = [ "<Super>b" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user