feat(home/gtk): Add abbr to open css debug mode
This commit is contained in:
parent
577c3a7ae0
commit
8c7620cc67
1 changed files with 5 additions and 0 deletions
|
@ -23,5 +23,10 @@ in {
|
|||
inherit package;
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAbbrs = {
|
||||
# Inspect element for UI.
|
||||
"cssdebug" = "GTK_DEBUG=interactive";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue