Compare commits
3 commits
48890a6bea
...
9cdaccc3c6
Author | SHA1 | Date | |
---|---|---|---|
9cdaccc3c6 | |||
5cf930cc4d | |||
93575943a0 |
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
terminal = "tmux-256color";
|
||||
|
||||
escapeTime = 0;
|
||||
|
||||
# Start window & pane numbering at 1.
|
||||
|
@ -88,6 +90,7 @@
|
|||
extraConfig = # tmux
|
||||
''
|
||||
set -g @floax-bind 'i'
|
||||
set -g @floax-text-color 'white'
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
{
|
||||
global = {
|
||||
width = 400;
|
||||
offset = "5x5";
|
||||
offset = "20x60";
|
||||
progress_bar_min_width = 380;
|
||||
progress_bar_max_width = 380;
|
||||
progress_bar_corner_radius = 2;
|
||||
|
|
Loading…
Reference in a new issue