moving all dots
This commit is contained in:
parent
6fcf9ba919
commit
d9b6fdfc1b
349 changed files with 34598 additions and 34727 deletions
64
dot_config/terminator/config
Normal file
64
dot_config/terminator/config
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
[global_config]
|
||||
focus = mouse
|
||||
tab_position = bottom
|
||||
title_transmit_bg_color = "#535d6c"
|
||||
title_inactive_fg_color = "#b8b8b8"
|
||||
title_inactive_bg_color = "#222222"
|
||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
[keybindings]
|
||||
cycle_next = <Primary>j
|
||||
cycle_prev = <Primary>k
|
||||
split_vert = ""
|
||||
close_term = <Primary><Shift>w
|
||||
paste = <Primary><Shift>v
|
||||
help = ""
|
||||
[profiles]
|
||||
[[default]]
|
||||
allow_bold = False
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
cursor_color = "#ffffff"
|
||||
font = Iosevka Berkeley Light 18
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
bold_is_bright = True
|
||||
[[4k]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 18
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
[[Large]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Inconsolata Medium 32
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
[[Medium]]
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = Droid Sans Mono Dotted 14
|
||||
foreground_color = "#ffffff"
|
||||
show_titlebar = False
|
||||
scrollbar_position = hidden
|
||||
scrollback_infinite = True
|
||||
use_system_font = False
|
||||
[layouts]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
parent = window0
|
||||
profile = default
|
||||
type = Terminal
|
||||
[[[window0]]]
|
||||
parent = ""
|
||||
type = Window
|
||||
[plugins]
|
||||
Loading…
Add table
Add a link
Reference in a new issue