Explorar el Código

changing new window layout

Zander Hawke hace 1 año
padre
commit
4e0787f33f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      home/features/cli/tmux.nix

+ 1 - 1
home/features/cli/tmux.nix

@@ -55,7 +55,7 @@
       set-option -sa terminal-features ',xterm-256color:RGB'
 
       # default layout
-      set-hook -g after-new-window 'split-window -h -p 30; split-window -v -p 66; split-window -v -p 50'
+      set-hook -g after-new-window 'split-window -v -p 20'
     '';
   };
 }