RM ptyxis
This commit is contained in:
parent
0f7d4400c2
commit
b7037124b3
1 changed files with 10 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
programs.dconf.profiles.user.databases = [
|
programs.dconf.profiles.user.databases = [
|
||||||
{
|
{
|
||||||
# Can't lock because of home manager
|
# Can't lock because of home manager
|
||||||
# lockAll = true;
|
# lockAll = true;
|
||||||
settings = lib.mapAttrs (_:
|
settings = lib.mapAttrs (_:
|
||||||
lib.mapAttrs (name: value:
|
lib.mapAttrs (name: value:
|
||||||
if builtins.isInt value
|
if builtins.isInt value
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
smbgcolor = ["0.827" "0.855" "0.890"];
|
smbgcolor = ["0.827" "0.855" "0.890"];
|
||||||
smbgoverride = false;
|
smbgoverride = false;
|
||||||
trigger-autotheme = false;
|
trigger-autotheme = false;
|
||||||
trigger-reload = true;
|
trigger-reload = false;
|
||||||
vw-color = ["0.302" "0.510" "0.765"];
|
vw-color = ["0.302" "0.510" "0.765"];
|
||||||
winbcolor = ["0.302" "0.510" "0.765"];
|
winbcolor = ["0.302" "0.510" "0.765"];
|
||||||
};
|
};
|
||||||
|
@ -197,6 +197,8 @@
|
||||||
|
|
||||||
"org/gnome/shell/extensions/burn-my-windows".active-profile = toString ./burn-my-windows.conf;
|
"org/gnome/shell/extensions/burn-my-windows".active-profile = toString ./burn-my-windows.conf;
|
||||||
|
|
||||||
|
"org/gnome/desktop/wm/preferences".focus-mode = "mouse";
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = true;
|
disable-user-extensions = true;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
|
@ -208,13 +210,15 @@
|
||||||
"burn-my-windows@schneegans.github.com"
|
"burn-my-windows@schneegans.github.com"
|
||||||
"fullscreen-avoider@noobsai.github.com"
|
"fullscreen-avoider@noobsai.github.com"
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
"just-perfection-desktop@just-perfection"
|
|
||||||
"compiz-windows-effect@hermes83.github.com"
|
"compiz-windows-effect@hermes83.github.com"
|
||||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||||
"display-brightness-ddcutil@themightydeity.github.com"
|
"display-brightness-ddcutil@themightydeity.github.com"
|
||||||
"system-monitor@gnome-shell-extensions.gcampax.github.com"
|
"system-monitor@gnome-shell-extensions.gcampax.github.com"
|
||||||
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
"launch-new-instance@gnome-shell-extensions.gcampax.github.com"
|
||||||
];
|
];
|
||||||
|
disabled-extensions = [
|
||||||
|
"just-perfection-desktop@just-perfection"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/media-keys".custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"];
|
"org/gnome/settings-daemon/plugins/media-keys".custom-keybindings = ["/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/"];
|
||||||
|
@ -246,9 +250,9 @@
|
||||||
monospace-font-name = "FiraCode Nerd Font 11";
|
monospace-font-name = "FiraCode Nerd Font 11";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/Ptyxis".default-profile-uuid = "quadradical";
|
# "org/gnome/Ptyxis".default-profile-uuid = "quadradical";
|
||||||
|
#
|
||||||
"org/gnome/Ptyxis/Profiles/quadradical".palette = "nord";
|
# "org/gnome/Ptyxis/Profiles/quadradical".palette = "nord";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue