hand7s: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
c12e1edf28
commit
7d44c83d61
48 changed files with 282 additions and 1097 deletions
|
|
@ -8,12 +8,25 @@
|
|||
enableFishIntegration = true;
|
||||
installBatSyntax = true;
|
||||
settings = {
|
||||
title = "spooky scary tty";
|
||||
title = "";
|
||||
|
||||
command = "${lib.getExe pkgs.fish} --login --interactive";
|
||||
bell-features = "system";
|
||||
|
||||
command = "${lib.getExe pkgs.fish}";
|
||||
|
||||
confirm-close-surface = false;
|
||||
|
||||
cursor-style-blink = true;
|
||||
cursor-style = "bar";
|
||||
|
||||
mouse-hide-while-typing = true;
|
||||
|
||||
working-directory = "home";
|
||||
|
||||
window-save-state = "never";
|
||||
|
||||
window-inherit-working-directory = false;
|
||||
|
||||
keybind = [
|
||||
"ctrl+shift+d=new_split:right"
|
||||
"ctrl+shift+a=new_split:down"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue