diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
| commit | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch) | |
| tree | aa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /.config/terminator/config | |
| parent | cc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff) | |
refactor dotfiles, and use nix
Diffstat (limited to '.config/terminator/config')
| -rw-r--r-- | .config/terminator/config | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.config/terminator/config b/.config/terminator/config deleted file mode 100644 index 89de990..0000000 --- a/.config/terminator/config +++ /dev/null @@ -1,27 +0,0 @@ -[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] |
