Configures blackbox terminal.

This commit is contained in:
Bailey 2024-03-18 16:14:39 -04:00
parent 22a0ae5584
commit 03d7e81073

View file

@ -7,6 +7,12 @@
{
config = lib.mkIf config.mtxyz.graphical {
dconf.settings = with lib.hm.gvariant; {
"org/raggesilver/BlackBox" = {
theme-dark = "Dracula";
terminal-bell = false;
show-headerbar = "FantasqueSansM Nerd Font 10";
};
"org/gnome/shell" = {
disable-user-extensions = false;
disabled-extensions = [
@ -241,8 +247,8 @@
];
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Super>Return";
command = "wezterm";
name = "Wezterm";
command = "blackbox";
name = "Terminal";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
binding = "<Super>e";