Alphabet sort some misc apps
This commit is contained in:
parent
c16bdf2280
commit
5d9146062a
6 changed files with 12 additions and 17 deletions
|
@ -8,9 +8,6 @@
|
|||
term = "xterm-256color";
|
||||
font = "${config.look.fonts.nerd}:size=14.7";
|
||||
};
|
||||
cursor = {
|
||||
style = "beam";
|
||||
};
|
||||
colors = {
|
||||
alpha = "0.85";
|
||||
background = "${config.look.colors.dark}";
|
||||
|
@ -31,9 +28,8 @@
|
|||
bright6 = "93e0e3";
|
||||
bright7 = "ffffff";
|
||||
};
|
||||
key-bindings = {
|
||||
search-start = "Control+f";
|
||||
};
|
||||
cursor.style = "beam";
|
||||
key-bindings.search-start = "Control+f";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue