Replaced lilyterm with terminator
This commit is contained in:
parent
c639f366d8
commit
f0b525343e
2 changed files with 29 additions and 2 deletions
27
terminator/config
Normal file
27
terminator/config
Normal file
|
@ -0,0 +1,27 @@
|
|||
[global_config]
|
||||
borderless = True
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
tab_position = hidden
|
||||
title_font = DejaVu Sans Mono for Powerline 8
|
||||
title_use_system_font = False
|
||||
[keybindings]
|
||||
move_tab_left = <Primary><Shift>Left
|
||||
move_tab_right = <Primary><Shift>Right
|
||||
new_tab = <Primary>t
|
||||
next_tab = <Primary>Right
|
||||
prev_tab = <Primary>Left
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
parent = window0
|
||||
profile = default
|
||||
type = Terminal
|
||||
[[[window0]]]
|
||||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
[profiles]
|
||||
[[default]]
|
||||
cursor_color = "#aaaaaa"
|
||||
font = DejaVu Sans Mono for Powerline 8
|
||||
use_system_font = False
|
Loading…
Add table
Add a link
Reference in a new issue