diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-05 21:51:55 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-08-05 21:51:55 +0530 | 
| commit | 7a806df0fdebdaf79ab0cf58a804a20674ccb13b (patch) | |
| tree | 1cdb93ebc2423c2a9caa77a72120d62698e8b44e /.config/terminator/config | |
| parent | 8cfd70e64cc35cea84105113ebad7093b3a4b9fb (diff) | |
use rofi
Diffstat (limited to '.config/terminator/config')
| -rw-r--r-- | .config/terminator/config | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..89de990 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,27 @@ +[global_config] +  focus = mouse +[keybindings] +  split_horiz = <Shift><Alt>Down +  split_vert = <Shift><Alt>Right +  close_term = <Alt>c +[profiles] +  [[default]] +    background_darkness = 0.8 +    background_type = transparent +    cursor_shape = ibeam +    cursor_color = "#aaaaaa" +    font = UbuntuMono Nerd Font Mono 10 +    show_titlebar = False +    scrollbar_position = hidden +    scrollback_infinite = True +    use_system_font = False +    use_theme_colors = True +[layouts] +  [[default]] +    [[[window0]]] +      type = Window +      parent = "" +    [[[child1]]] +      type = Terminal +      parent = window0 +[plugins]  | 
