feat: tmux scripting
This commit is contained in:
parent
f301f81c09
commit
08def86724
5 changed files with 28 additions and 3 deletions
|
@ -19,7 +19,12 @@ in {
|
|||
name = config.desktopFontFullName;
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
};
|
||||
sizes = {
|
||||
terminal = 24;
|
||||
applications = 16;
|
||||
};
|
||||
};
|
||||
cursor.size = 24;
|
||||
opacity = {
|
||||
applications = globalOpacity;
|
||||
desktop = globalOpacity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue